Federico Bruzzone

Results 89 comments of Federico Bruzzone

> Properly this. [tree-sitter/tree-sitter-cpp@2c93b82](https://github.com/tree-sitter/tree-sitter-cpp/commit/2c93b82af7674e82e862d03133fd7abe6bd23cf0) > > Update your nvim-treesitter to latest version first I'm using the latest version of nvim-treesitter. I just removed and reinstalled tree-sitter and I also have...

I hadn't read this message, but as you say the problem is that the symbols of the standard library are missing, in this case the use of `assert` causes this...

> > I recently got this mac and was trying it out, and it's an intel. uname -m produces x86_64 > > Are you sure? Apple stopped selling Intel Macs...

I have the same issue even when using -q :(

Before the fix maybe you can use: --- ```Java class MyClassLoader extends ClassLoader { ... } ``` --- ```Java public class Template { . . . byte[] b = newClass.toBytecode()...

Hello guys. I'm working on a tui for telegram ([link](https://github.com/FedericoBruzzone/tgt)), and I came across this problem and so I was preparing a PR. Now, having seen this discussion, I am...

thanks for reporting this bug! Two questions: 1. Are you logged in? 2. It's not in release right?

Thank you! :D First of all, try using `cargo run --release`. Anyway, can you send me the content of: - `.data/logs/.log` - `.data/tdlib_rs.log`

It's strange, could you use a profiler for rust to understand where we're spending so much time? This can be useful: https://nnethercote.github.io/perf-book/profiling.html