Seb Insua
Seb Insua
I have actually done that. Interestingly `class BasicRegistrationViewController: UIViewController, FXFormControllerDelegate` works but `class BasicRegistrationViewController: FXFormController` doesn't. I've been able to implement the project by working at a lower-level. By the...
Has anybody tried to do this yet? If so, I'd be interested how far you got.
See also: https://gist.github.com/jaysoo/7b1298bcc98ef9ac71e6dd0383a07dc3
- [ ] See also #7. - [ ] Doing so will allow me to finish the refactor and to then write unit tests.
- [x] Restructure code somewhat done. - [x] Linting. - [ ] Unit tests.
That is sort of a cross between a pastebin and a REPL. I was imagining something closer to the [REPL on the Haskell website](https://www.haskell.org/). Perhaps what would be nice would...
@xepher0coded I saw [another approach](https://github.com/samburnstone/comlink-async-iterators) by @samburnstone the other day. I haven't compared and contrasted the approaches yet, but I'm probably going to be doing this myself soon and figured...
@chaitanyapotti You will also need this, to auto-import `Buffer` from your `buffer` alias wherever it finds it: ```js new webpack.ProvidePlugin({ Buffer: ['buffer', 'Buffer'], }) ``` See: https://github.com/duplotech/create-react-app/commit/d0be703d40cd4bc32cd91128ba407a138c608243
Not saying this is going to happen but do you accept contributions? I'm tempted to fork the repo to see if I can get it to work... :)
Hey. I forked and played around. I can install the extensions but the extra tabs don't appear. I think this could either be because of an older version of Electron...