Can Ibanoglu
Can Ibanoglu
@gutierri I'm not sure. After all there are sections that are not directly related to Python development. Puppet, chef and the like comes to mind. Docker could be a useful...
I'm having the same issue but on GitHub CI with `ubuntu-latest` (`v22.04.2`). Works on my local machine (Mac `arm64`) and this started happening after the 16.4 update for me too....
We're not using the `--no-optional` flag at all in the project, our CI does a clean install every time and this started happening after the update to 16.4. We had...
Hello Brandon, Thanks a lot for your comment. I know that `context.Sites.orderBy(x => x.Name)` works but I was actually trying to make the field a dynamic one because I was...
@suushiemaniac Thank you so much! I agree with you completely in that there shouldn't be two codebases striving to do the same thing. I'm really happy to read that there...
Are there any updates about this?
I'm in the same boat, using MacOS, latest version of nx. What I found out is that if I try to install a package (`@llama/chat-ui` in this case), things just...
> Please read thread about TrustedHTML. > > It's mentioned there. What thread are you referring to?
That's the kind of problem that should be handled at the library level, not application level. I have added `lexical` and I'm having the exact same issue pasting code from...
`npm install --save lexical @lexical/react` is what I used, I can't imagine how I would install it incorrectly. It can be made to work if you add aliases in your...