Sebastian Wiedenroth

Results 11 comments of Sebastian Wiedenroth

The test fails because a search for 'abcd@efgh' will now actually search for 'abcd efgh'. I'll see if I can fix this by improving the escape function to handle this...

I believe I can reproduce the same issue with the `mysql` dbtype. Relevant parts of the stack trace: ``` { "level": 3, "user": "sewie", "app": "index", "method": "POST", "url": "/apps/timetracker/ajax/add-project/test-sw",...

would functions that serialize/deserialize a filter object to/from Buffer be useful?

So currently you can serialize a filter to a JSON string with: ``` var f = new bloem.Bloem(8, 2) var persist_this = JSON.stringify(f) ``` To deserialize use: ``` var f...

Dump device size was at 2.52G, probably created by the old installer a long time ago. I've set it to 30G now as `dumpadm -e` suggested ~15G which should reflect...

It's `0x1028`, so: - `PCIE_SLOTCTL_PRESENCE_CHANGE_EN` (0x8) - `PCIE_SLOTCTL_HP_INTR_EN` (0x20) - `PCIE_SLOTCTL_DLL_STATE_EN` (0x1000) Doesn't the comment above ("check for power control bit to be OFF") contradict the assert? Maybe the logic...

Without the assert it goes to maintenance mode: ![gen10_debug_noassert](https://user-images.githubusercontent.com/175453/45655617-7ea5c080-bae1-11e8-936a-3edfcd1bb42b.jpg)

I've done some tests of the 1815 fix on OI and that seems to work. I'll send it to the list for review later. If anyone wants to play with...

@jclulow was so helpful to point me to the original review thread [1] for 1815 which I had missed. In that thread a simpler solution was proposed: https://sysmgr.org/~leftwing/files/webrev/1815/ That fix...

Just happend again and this time I got a dump and some more clues. ``` > ::status debugging crash dump vmcore.1 (64-bit) from cube-sw operating system: 5.11 joyent_20181227T154655Z (i86pc) image...