Rubicon Rowe
Rubicon Rowe
https://github.com/thislight/lzmq/commit/76917027106e0fa10212231dad6aa77af204bcd2#diff-3a72d8917ca3c6c6a75d0a1f8f97b8a672566b7ba725f3d96ed5fc176410dd08 I made it run on Lua 5.4 by change the number in lzmq-scm-0.rockspec
To @sojusnik > Does this [searches for note titles and not the content](https://github.com/achadwick/zimsearch/issues/14) to make the search faster? It doesn't. I just try to make it to be available again....
I discover a failed test for terms.py: ```` ERROR: test__criterion_replace_table_with_value (pypika.tests.test_internals.TablesTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "~/Project/pypika/pypika/tests/test_internals.py", line 16, in test__criterion_replace_table_with_value self.assertEqual(c.left, table) File "/usr/lib64/pypy3.9/unittest/case.py", line 837, in...
@juanrgm Thanks for your detailed reply. My problem is solved with Vite. I may take a look further to `babel-loader` in future, I could not figure a way out these...
> Set resolve on the rule to {fullySpecified: false} on your loader. https://webpack.js.org/configuration/module/#resolvefullyspecified Thanks! That solves my question.
@ehaas Thanks for reviewing! Now the feature is implemented, could you take a look again?
The regression for windows has been fixed.
@NefixEstrada oops, I changed the protocol `EmulateBitfieldStruct` used and forgot to make the translate-c to emit the new code. You can edit the file manually to use `packed struct` instead...
Sending a new patch which fixed the problem that the translate-c emitted code does not match `EmulateBitfieldStruct` protocol.
@NefixEstrada I have assume that the packed struct can store any type of data, clearly I was wrong there. That error is about the DSL describing the structure. It might...