Khoa Nguyen
Khoa Nguyen
Could you give me an example input ? I can't figure out what is it doing
As per your README, you're providing Array.prototype fast alternative. Goal changed?
Ah Ok. Some high performance helpers out of the box is great for DX
Yes, I saw the bench and your mentions. I always bench everything before introducing it to my application. For instance: map is actually faster on Node 8
> I wish the BS build system had injection variables like Dune does then I wouldn't forget things like that... ^.^; @OvermindDL1 yes it does ! https://bucklescript.github.io/docs/en/conditional-compilation#docsNav
If you look at SQLITE3 documentation, you can see that error codes are documented clearly with subclasses. I don’t think sqlite3 driver exposed the subclasses https://www.sqlite.org/rescode.html#constraint_unique
I think this needs to be solved upstream. The output error is kinda bad. ``` failed: CONSTRAINT ``` This doesn't give you any context about what fails. There could be...
This sounds great. Actually easier to to get started.
I would suggest `?transaction: true` is the default mode and users can opt out. I can't think of any use cases that would need to be performed without a transaction
While we are on this subject. I think most static servers I've used have the ability to list files in the current folder (if index.html available)