Bruno Macabeus

Results 43 comments of Bruno Macabeus

@JAForbes I think that using generators to handle the effect will take out this proposal's major advantage: no function color. Using generators, we need to add `*` at the beginning...

@haskellcamargo Sorry. I tried many times, but I really can't fix this bug. I fix this bug only in the first parser, with the very simple solution: ```php if (null...

I have the same issue and fix with same way. Maybe anybody forgot update the package in Pip =P

I'm having a very similar error, but using macOS Big Sur. ``` ➜ esy b dune exec ./main.exe esy-build-package: delete directory /Users/macabeus/ApenasMeu/folklore.ml/_esy/default/store/i/folklore.ml-1c45caa7: /Users/macabeus/ApenasMeu/folklore.ml/_esy/default/store/i/folklore.ml-1c45caa7/share: Permission denied ```

@cooljeanius I guess it's a bug already fixed on this PR: https://github.com/wesnoth/wesnoth/pull/6880 If it isn't a fixed bug, we'll at least have a better error message.

@CelticMinstrel > I suppose the space between the map location and the terrain icons is insufficient to fit a team name, right? It does seem a bit small from the...

@Jonathan-Kelly @knyghtmare I updated the `map-diff` aiming to it be more useful. The PR improving it is [here](https://github.com/wesnoth/wesnoth/pull/6880). While it isn't merged, you can check the diffs below. I hope...

I'm thinking... And yeah, maybe it could be useful. _On the client side_, using the example from [`fluent-react`](https://github.com/projectfluent/fluent.js/blob/f41d910dd3bbf13ac057026060a0666426796870/fluent-react/example/src), on `l10n.tsx` we'll need to _something like_: ```diff - + ``` Then...

I think that exposing `changeLocales` on `useLocalization` is enough for major requirements to be useful on this hook. At the first moment I was thinking that `changeLocales` and `setL10n` are...

@stasm Hey, I just launched the first proof of concept version: https://github.com/macabeus/fluent-typescript-loader 🎉 I would be happy if you could check that =] At this moment, I'm generating the `.d.ts`...