mmacedo

Results 13 comments of mmacedo

Unable to use or even try tabnine, it crashes my system completely, I press ctrl+space, it starts something, and some miliseconds after ctrl+space my machine completely reboots like it has...

Did not test with other editors as I think the problem is not front-end related. My system have only crashed like this before when the program was linked to an...

all flags present, including avx2: ``` flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr...

Just to let you know I changed my motherboard after tracking this down to a BIOS firmware problem and Tab9 is working without even a single crash for some time...

Got the same jni.h not found trying to compile current example: ``` ~ cargo apk build Compiling android_native_app_glue.c /home/marcos.cabral/Android/Sdk/ndk/android-ndk-r18b/sources/android/native_app_glue/android_native_app_glue.c:18:10: fatal error: 'jni.h' file not found #include ^~~~~~~ 1 error generated....

Thanks, building example basic and advanced works with master, looking forward to build something with a gui like conrod. If there is any project / example doing it already, could...

Would like to bring attention to proper implementation of winit events Event::Suspended and Event::Resumed at https://github.com/bevyengine/bevy/blob/master/crates/bevy_winit/src/lib.rs#L170 so it can proper release and reload resources

My Ideia is to close the channel and session on a shared memory, still dont know if it works cause in my way with the compiler checks: https://gist.github.com/a88ff7e80a3f881b168a.git

Hi, feel free to contribute :)

Ubuntu bionic, for pyproject.toml you can use the created template after pyflow new ...