Thomas Timmer

Results 12 issues of Thomas Timmer

I was testing some error handling in Rustler and I found some odd behaviour, is this expected? ```rust #[rustler::nif] fn test1() -> Result{ Ok(1) } #[rustler::nif] fn test2() -> rustler::NifResult{...

question

We ran into an issue, while using a field called 'subscription' in our GraphQL query. I thought this was related that 'subscription' is a keyword in GraphQL, but if I...

The spec says that the third argument should be a function with arity two but the examples and in the code a function with arity 3 is used. current: ```...

Hello, we encounter a problem when restarting our service that uses Quantum. Context: We have a service that loads dynamic jobs in at startup. We run this in Kubernetes on...

### Steps to reproduce - `Timex.to_datetime(~N[9999-12-31T23:59:59], "Europe/Amsterdam")` ### Description of issue On one project im working on uses Timex version '3.6.4' and on another project I use the latest version...

third party issue

Added another example how to implement Header trait for a custom header

I'm making a module that wants to read/write non-utf8 bytes to Redis. However the [RedisKeyWritable](https://docs.rs/redis-module/1.0.1/redis_module/key/struct.RedisKeyWritable.html#) read / write function only accept &str and also the higher level call function only...

enhancement

For some reason Gitlab cache does not like the mix exs loading part. Maybe this can fix it.

I have a struct similar to this. ```rs use serde::{Deserialize, Serialize}; #[derive(FieldName)] #[field_name_derive(Serialize, Deserialize)] pub struct Test { pub snake_case: String, } ``` which generates: ```rs #[field_name_derive(Serialize, Deserialize)] pub struct...

Adds NewerNoncurrentVersions to put lifecycle configuration