Bruno Macabeus
Bruno Macabeus
Hey, I'm trying to build on my MacBook, but I'm receiving this error on `make` step: ``` [ 59%] Building CXX object externals/dynarmic/src/CMakeFiles/dynarmic.dir/backend/x64/exception_handler_macos.cpp.o [ 59%] Building C object externals/dynarmic/src/CMakeFiles/dynarmic.dir/backend/x64/mig/mach_exc_server.c.o [...
I think that you can resolve both cases using selectors. For instance: ``` # jp action = { $animal }がなきます。 # en action = A { $animal -> [cat] cat...
Well... But why would you have an `.accesskey` attribute? It looks like isn't a translatable phrase, so it should not be a Fluent message.
I started a plugin for vscode: [**vscode-fluent**](https://github.com/macabeus/vscode-fluent)  @Pike Atom also support for TextMate syntax: https://flight-manual.atom.io/hacking-atom/sections/creating-a-legacy-textmate-grammar/ (despite that it's legacy) If someone want to add support to Atom, could use...
@Pike Hey, I'm developing the [Fluent extension for vscode](https://github.com/macabeus/vscode-fluent), and I would like to use Fluent's logo on the extension, to display on vscode's marketplace.  But since Fluent uses...
@rkh Thanks! Reading the PR, I noticed that they are using the grammar that I wrote on [`vscode-fluent`](https://github.com/macabeus/vscode-fluent)! I'm happy to know that my grammar will be more used :smile:
Just a tip if someone arrive here by google... I'm wrapping the emulator on web app [gbajs](https://github.com/endrift/gbajs) into a React component, so you'll can embed it on your project. I'm...
Hey, I made a React wrapper of `gbajs`: https://github.com/macabeus/react-gbajs It is still at the beginning of the development, but it already works fine and I'm using it on my personagel...
Why the best behaviour is when Ramda raises an exception? I think that the best behaviour is the same of already happens with `merge` and `mergeDeepLeft`: should not crash. A...
[Following this approach](https://github.com/macabeus/js-proposal-algebraic-effects/issues/8#issuecomment-568976017) we could have something like that: ``` try { ... } handle ((effect: TMyType) if effect.value > 10) { // here we know that "effect" is a...