Giter VIP home page Giter VIP logo

inazuma's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

inazuma's Issues

generate type of `invoke`

Currently, type definition of invoke method is written by hand.
Maybe it can be generated automatically from AST of rust code.

Tauri Framework vs Electron

Hello,
quick review about alternative to Electron

Tauri
Tauri Docs
and one project that already has it under the wing :
GuiJS

Yes, it's based on Rust language. Tauri is really great: less memory, very fast, small bundle in size!! and etc. Besides it works great with any JS Frameworks like Vue.js/React/etc
What do you think?

Regards!

Issue #1

if (await fs.exists(mergeHeadsFile)) {

fs.exists is deprecated in Node fs module, but in fs-extra it has 2 arguments instead of 1 (path, callback)
ERROR in ../browser/git/refs.ts [tsl] ERROR in i:\www\vendors2017\wonderful-panda\inazuma\src\browser\git\refs.ts(82,15) TS2554: Expected 2 arguments, but got 1.

Error #1

const store = this.$store as AppStore;

ERROR in ./view/main/components/detailPanel.tsx [tsl] ERROR in i:\www\vendors2017\wonderful-panda\inazuma\src\renderer\view\main\components\detailPanel.tsx(9,28) TS2339: Property '$store' does not exist on type 'CombinedVueInstance<Vue, {}, {}, {}, Readonly<Record<never, any>>>'.

add -p / reset -p

Make enable to stage or unstage partial hunks (git add -p / git reset -p)

React instead of Vue ?

Hi! Just curious about why did you decide to rewrite everything with React instead of Vue? And yes i saw you put efforts to add Rust backend, interesting as well. Arigatō!

Error #2

<span class="mdc-text-field__label" style="white-space: nowrap;">

TS2322: Type '{ class: "mdc-text-field__label"; style: "white-space: nowrap;"; }' is not assignable to type 'HTMLAttributes & Pick<VNodeData, "class" | "staticClass" | "style" | "key" | "ref" | "slot" | "sc...'. Type '{ class: "mdc-text-field__label"; style: "white-space: nowrap;"; }' is not assignable to type 'Pick<VNodeData, "class" | "staticClass" | "style" | "key" | "ref" | "slot" | "scopedSlots">'. Types of property 'style' are incompatible. Type '"white-space: nowrap;"' is not assignable to type 'object | object[] | undefined'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.