quantimnot

Results 12 issues of quantimnot

I ran into this bug. I think it may be a bug in the compiler, but I wanted to check with you first. Have you seen this before? Any clue?...

## Inline Messages After discovering the inline messages feature of testament, I realized how it would remove annoyances I've had testing messages. The inline error messages are very useful when...

I've been trying to get `nimxapp` and `nimxedit` to fully function for the `js` backend. While debugging the layout examples I learned the graphics context was globally shared and that...

## My Use Case I needed to calculate the storage requirements for a very large set of archives hosted on a website. The archives are retrieved with a POST method,...

documentation

## Steps to reproduce Focus a login field in any browser. Select password to auto fill. Select Lockwise. ### Expected behavior Present searchable list of logins and allow selection. ###...

refs #19822 Fixes these bugs: * Style check violations in generics defined in foreign packages are raised. * Builtin pragma usage style check violations in foreign packages are raised. *...

Adds a new nimscript routine and supporting changes in the compiler so that modules can be patched by another module. ## New features ### Procs `modulepaths.addModulePatch`, `nimscript.patchModule` * Can patch...

## Error ```ld: building fixups: pointer not aligned at _kWhence+0x4 from o//blink/blink.a[124](strace.o)``` ## Failing Build Command ```sh ./configure && gmake -j ``` ## Relevant Source ```c #ifndef thatispacked #define thatispacked...

```sh nim r tests/tzmq.nim ``` # Result ``` [OK] reqrep [OK] pubsub [OK] inproc [OK] routerdealer [OK] pairpair_sndmore [OK] async pub_sub ``` blocks # Expected ``` [OK] reqrep [OK] pubsub...

### Title Module patching ### Abstract Allow patching (not just replacing) imported modules. ### Motivation (Copied from nim-lang/nim#19925) * mocking functionality for tests * replacing or modifying modules that are...