itsumura-h
itsumura-h
@onionhammer "!" means destructive change or doing something that should not be used but is unavoidably dangerous in other programming languages. so "$!x" prefers be like `dangerouslySetInnerHTML` in react, and...
I got the same error. It happens only `update` test. It run on `Ubuntu 18.04.5 LTS`
https://github.com/dom96/jester/blob/master/jester/private/utils.nim#L23 I think it should be replaced like bellow ```nim proc parseUrlQuery*(query: string, result: var Table[string, string]) {.deprecated: "use stdlib cgi/decodeData".} = for row in query.split("&"): if not row.contains("="): result[decodeUrl(row)]...
@rishavs Yes! I'm trying fixing test and updating framework itself. Here is a test result run in my personal environment. https://www.techempower.com/benchmarks/#section=test&shareid=cd2b6475-fa6c-4eb5-892b-a61306d9417e&hw=ph&test=plaintext&a=2 About performance, the first cause is sync database access....
@xankz To set primary key, you have to use `increments("id")` or `uuid("uuid")`. Automatic generation of implicit primary keys is not assumed. But I'm going to add `primary()` option to implement...
> Check example: https://github.com/pragmagic/karax/blob/master/examples/todoapp/todoapp.nim#L144 > > If you need variables in the routing you'll need to implement something like this: > https://github.com/dom96/jester/blob/master/jester/private/patterns.nim I can't understand how to do... Can anybody...
I'm try creating, too https://github.com/itsumura-h/nim-basolato
solved https://github.com/TechEmpower/FrameworkBenchmarks/pull/8662