Zrean Tofiq
Zrean Tofiq
Hello! I'm trying to create a component that wraps xterm.js. To initialize the terminal I need to call a few JS functions after a div has been attached to the...
## The problem I use this library in a project where i store a class in my state, kind of like this: ```javascript class MyCount { var count = 0...
Hello! I'm using your library inside an electron app built with Vue. I need to persist the state of the vuex store. To achieve this i tried saving the vuex...
When hovering over some procs the docs are not shown even though there are doc comments defined. For example `os.paramStr()` has a doc comment: https://github.com/nim-lang/Nim/blob/2a1f77cb1888a1ba83e2fa28d43a22b22fbd4443/lib/pure/os.nim#L2507 and here's how it looks...
Hello! Could you please add full support for my heating system? https://www.samsung.com/se/business/climate/heating/ac-ehs-ae120bxydeg-eu/ Currently, it displays some values related to the water tank, but nothing related to the indoor heating system....
Hello! I just cloned and ran this repo. I noticed that i'm getting this error whenever i use the extension: ``` Refused to load the script 'chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/js/redux-devtools-extension.js' because it violates...
This PR exposes 2 new methods. `int CreateVirtualDesktop()` Create a new desktop and return the desktop number. If it fails, it returns -1. `int RemoveVirtualDesktop(int number, int fallbackDesktop)` Will remove...
I just installed Cockpit on a fresh Ubuntu Server 22.04 install and added the ZFS manager according to the README. I have made sure I have administrator access in the...
Hello! I've copied this issue from https://github.com/nim-lang/nimble/issues/978. Package names with underscores are displayed without the underscore in the nimble directory. Original text: ``` I tried installing this package: https://nimble.directory/pkg/simpleparseopt According...
Here are a few things that would be amazing to have for GUI development: **Support for newlines inside `genpage_add()` and `genpage_change()`:** I would like to be able to format the...