Bruno Macabeus

Results 43 issues of Bruno Macabeus

I'm building a compiler using this awesome lib, then sometimes I need get a error message from on parser inside of `many`, `sequence` or something like it. For example, in...

As far as I understand, if we want to run a function on each record on table (to filter, or map...), we could use the [foldl/3](https://github.com/meh/amnesia/blob/211d98275c085a9e3049ccb8db8d29f76b3ffbfc/lib/amnesia/table.ex#L677) function. But, it's hard...

It is necessary to fix the error `Cannot read property 'properties' of undefined` https://github.com/plotly/dash-component-boilerplate/issues/12#issuecomment-425040481

Please fill in this template: - [x] Use a meaningful title for the pull request. Include the name of the resource added. - [x] Add a short sentence on why...

## Feature description Would be very useful and improve UX if Quark try to auto reconnect when lost the connection. ## Benefits A use case is when you are developing...

possible feature

Would be very useful to add support for highlight at others tools, such as vscode and github. I'm creating this "meta issue" mainly to track the progress and know if...

Will be good a feature where the users could choose the schemes to be generated in the xcode project. One solution is by command line argument. For example: ``` swift...

Solves https://github.com/wesnoth/wesnoth/issues/4344 Show on the side menu the village owner's name, as proposed on the above issue. BUT I'm not sure if it's the best way to solve it because...

Enhancement
UI
Terrain

Closes this issue: https://github.com/projectfluent/fluent.js/issues/500 This PR aims to add on `useLocalization` a function to change the current locale, `changeLocales`. So on a nested component will can to updates the locale....

Currently we could define messages with variables: ``` hello = Hello { $name } age = Your age is { $age } ``` and generating a bundle, we could use...