Nilts

Results 11 issues of Nilts

Before creating an issue, first upgrade cfscrape with `pip install -U cfscrape` and see if you're still experiencing the problem. Please also confirm your Node version (`node --version` or `nodejs...

bug

When I paste my code the preview won't load. code: ```rst ##### Configure Commanger: configure all the way! ##### ***** Configuration tutorial ***** ***** Types: ***** Toggle ====== Long Toggle...

It is not a block I can put into `Open database connection`. How do i use it?

there is a "number from string" block but not this one i tried using this java snippet: ```java Integer.toString(game_players) ``` but i get thie error: `game_players cannot be resolved to...

I want to clear and then set a large amount of items into the `layoutContainer` while only updating the screen once. I was using `textArea` before but found it ugly....

Is this supposed to happen? If it is it is quite annoying.

Like the title says, I can in some places no longer even get a new "thread" using my mouse, and in others it refuses to connect.

question

I have the code below: ```py assert np.array_equal(outarray, testdata) iio.imwrite("test1.png", testdata, extension=ext, mode="RGB") iio.imwrite("test.png", outarray, extension=ext, mode="RGB") ``` The assert statement ensures they are the same, but I get a...

type: bug
plugin: pillow

I have a type in nim ```nim type PyHttpResponse = ref object of PyNimObjectExperimental content*: string status*: string headers*: TableRef[string, seq[string]] version*: string ``` But in python code when I...

feature request