Edman P. Anjos
Edman P. Anjos
Here's a nuisance I had with error rails: ``` DB::queryOneWithExactFields ... |> Result::fromOption ... |> Result::andThen ... ``` Assuming the `DB` call works, you'll get errors when you run this....
With this change one can use ``` :TodoTrouble keywords=TODO,FIX ``` to display only the keywords given in the comma separated list. Fixes #102.
The lint message was: Variable `__info_func__cb` should have snake_case name, e.g. `__info_func_cb` The message shows up in redis-module dependees when calling the `redis_module!` macro. You can see it in the...
This PR shows how to test an implicitly animated widget using a stream builder. The key difference between this and what was done during the boring show is here we...
The [documentation](http://docs.mongoengine.org/en/latest/guide/connecting.html#connecting-to-mongodb) states that > Database, username and password from URI string overrides corresponding parameters in `connect()` In my understanding that meant that parameters passed through the URI would override...
Database connection without the "mongodb://" URI is not working for me. Username and password (among others) keyword arguments passed to `mongoengine.connect` are being popped from the `conn_settings` dictionary by the...
How about accepting: ```rust pub type Cat(name: String, cuteness: Int) ``` As the equivalent to: ```rust pub type Cat { Cat(name: String, cuteness: Int) } ```
We briefly talked on discord about adding an erlang benchmarking library. I wanted to get some of the requirements down before trying to implement it. I'm thinking to wrap erlang's...
I get build errors in my app on `gleam run -m lustre/dev build` after updating tardis to 0.2. ``` Compiling tardis error: Type mismatch ┌─ /client/build/packages/tardis/src/tardis.gleam:134:17 │ 134 │ |>...