Loïc Bertrand
Loïc Bertrand
Dear ml5 community, I'm submitting a new issue. Please see the details below. Is there a way that I can create a Neural Network without a callback, using the `await`...
Hi :smiley: I noticed that the frontend of CastleMock wouldn't build anymore because the following packages haven't been updated for 4 years and are [not compatible with React 18](https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/1765) :...
**Describe the bug** Hi! I was trying to build and start CastleMock locally on my machine but I encountered a JS error when opening my browser on http://localhost:3000 : ```...
### Describe the bug Hi! In the Editor component with default configuration, when applying "Normal" styling to a text, it renders as `Text` instead of `Text`. I think this problem...
Hi :smiley: We can write a function to get only the unique tiles in an array : ```js function removeDuplicatedTiles(tiles) { const uniqueTilesMap = {}; for (const tile of tiles)...
Hello Dan :smile: Numberphile recently posted a video on chaos theory, illustrated with bouncing balls (https://www.youtube.com/watch?v=6z4qRhpBIyA). This could make a great coding challenge :smiley: Here's my take on it as...
**Describe the bug**: When using the [Concat Filter](https://kube-logging.dev/docs/configuration/plugins/filters/concat/), I think the regexp value for the field `multiline_end_regexp` is not properly formatted into the generated Fluentd config : My Flow configuration:...