-
## 🐛 Bug Report
I have a tour set up for multiple pages on my website. We also have a button to take a tour again by clicking it. I went through all of the steps and completed the tour. It works as…
-
24ik updated
10 months ago
-
Hello,
I can't use your product because of an error at build time.
I have imported `@relative-ci/agent` into my webpack config file then it broke the build with the following error:
`You must…
-
Hello,
thanks for amazing GUI library!
In this code I have elements (in this case Buttons) added to container and `seq[Button]` dynamically (it should be Label and Checkbox in one horizontal lay…
-
Minimal code to recreate situation:
```
app.init()
var window = newWindow()
var container = newLayoutContainer(Layout_Vertical)
var allButtons : seq[Button]
for i in 1..10:
allButto…
-
I noticed that when deleting button,etc....
ram consumption keeps increasing , so I ran a test (below its code and result).
After starting the code was eating 37.9 mb
After a few clicks 39.1 mb
W…
-
Like the title says, I get a number of deprecation warnings while building an app that uses NiGui:
```
/home/felix/Projects/web/ludimania/misc/turtle/lib/nigui.nim(2686, 8) Warning: use {.base.} f…
-
Sorry to bother you again, but I run into a different issue:
```nim
import nigui
proc test =
app.init()
var window = newWindow()
var container = newLayoutContainer(Layout_Vertical)
…
-
I get this error when running my app:
```
(process:7994): Gtk-CRITICAL **: 16:05:58.443: _gtk_style_provider_private_get_settings: assertion 'GTK_IS_STYLE_PROVIDER_PRIVATE (provider)' failed
(p…
-
I've disabled chronos on OSX from important_packages in https://github.com/nim-lang/Nim/pull/13954 because CI for chronos fails on OSX:
https://dev.azure.com/nim-lang/255dfe86-e590-40bb-a8a2-3c0295…