-
### Checks
- [X] I have checked that this issue has not already been reported.
### Problem Description
Flow Launcher disappears after the system wakeup from hibernation, I don't have specif…
-
Hi,
@dessant 's comment on https://github.com/kivy/kivy/pull/4385#issuecomment-276706707, When kivy is set to use the ANGLE backend (os.environ['KIVY_GL_BACKEND'] = 'angle_sdl2'), OpenGL 2.0 should…
-
Getting this exception lots of time recently
NBXplorer running with lates commit.
```
warn: Explorer: BTC: Error while saving block in database, retrying in 1 seconds (Specified argument was …
-
Hi thanks for doing this projects as I've been trying to get my head around Vulkan/OpenXR as a background thing and this helps a lot.
Anyway I've just done a clone and build using MSVS2019 & latest…
-
# Problem
Id like to bring up https://github.com/microsoft/vscode/issues/53350 again.
Ive been building an [extension](https://marketplace.visualstudio.com/items?itemName=humpalum.sigma…
-
## Description
I cloned a private Git repo on my local machine. The solution comprises of several projects all targeting .NET 4.6.2. I built the solution which pulled-in some NuGet packages, includ…
-
Hello Franco,
I hope you're doing well.
We've discussed some years ago the option to display the extension's shell icon in the documents' tabs.
Could you please have a look at https://github.co…
-
Custom filter doesn't work for any filetype or buftype.
Here is the configuration.
```lua
custom_filter = function(buf_number, _)
if
vim.bo[buf_number].filetype ~= "lua"
then
retur…
-
I'm visualizing an engine file using the trex tool, but I get that :
![image](https://user-images.githubusercontent.com/5791375/174621160-8bf1ac44-c499-46c6-b9e7-888d7b2b4aa8.png)
I don't unders…
-
Bitmassage uses over 1GB memory.
It might be caused by a ton of threads for many connections.
I suggest using "gevent" to reduce the number.
Thank you.