Eddie Hsu

Results 5 issues of Eddie Hsu

Hi, thanks for this useful project. Currently I'm using this in an electron app, and I want it woks like that: `render side` (with full args) ![image](https://user-images.githubusercontent.com/4033753/88678812-6a8d6a00-d121-11ea-9946-972807838da0.png) `node side` (with...

Hi, my use case is like that: ```js @connect((state: RootState)=> ({ calendarType: state.calendar.type, startDate: state.calendar.startDate, endDate: state.calendar.endDate, selectedDates: state.calendar.selectedDates })) class MyComponent extends React.Component { onRangeCalendarSelect = ({eventType, start, end})=>...

```js const rocksdb = require("rocksdb") const path = require("path") rocksdb(path.resolve(__dirname, '中文')).open(function (res) { debugger }) ``` ``` IO error: Failed to create dir: G:\GitHub\pouchdown-chinese-test\中文: Invalid argument ``` Mac works fine,...

bug
help wanted

Is there any plan to add progress support?

I'm building an Electron app, and I want do different logic between `auto-launch`(launch by system) and `manually-launch` (click app icon by user). Is there anyway to do that?