Júlio César

Results 39 comments of Júlio César

~This issue happens on my [email protected] app~ After some debugging I've realized that the error was being thrown from a Model method I had defined, so the stack trace looked...

When building the image on my Raspberry PI 3B+, I keep getting the following error: ``` pip install --no-cache-dir --progress-bar off -r requirements.txt Traceback (most recent call last): File "/usr/local/bin/pip",...

For me it's not necessary, we ended up developing the application without source maps for Bootstrap. For the loader itself, I believe it would be a good addition if it...

If I recall correctly, you are supposed to pass the element reference in appElement. In the case of the code above, it would be element #root

Styled-components won't generate styles with `@container` properly. This appears to be caused by the CSS processor they use, which [doesn't recognize it](https://github.com/thysultan/stylis/blob/d09db4c354110c41654fd817ce101976b078d8f7/src/Enum.js) yet. I've also tried @emotion/styled, without success.

@Blazsoul how and when do you get the style tag reference?

This also works for me, using Hypriot OS on Raspberry Pi 3B+. Please note that the current behavior is to fail with an unhelpful message: ``` Error loading shared library...

@karellm I've added a new test in https://github.com/i18next/i18next-parser/pull/600, they should be failing as described in this thread. --- As an additional note, I've also had some trouble running the CLI...

I believe it's not possible to check if there is a reject handler for the promise. A better approach would adding a context config for not rejecting the promise, although...