ragnese

Results 14 issues of ragnese

This is very tangentially related to #186 in that I've never been totally sure of the recommended way(s) to work with mysql_async's API when it comes to abstracting and writing...

## 🚀 Feature request This is a very MINOR thing. ### Current Behavior Here's an example from the website: ``` import { pipe } from 'fp-ts/function' import * as T...

**Describe the bug** One can violate the type system by deserializing null where it was not intended **To Reproduce** ``` class Foo(val value: Int) // any class val mapper =...

bug

**Describe the bug** null values can still sneak into a deserialized collection-of-non-nullables if you use the inline-reified ObjectMapper.readValue extension methods, among others. **To Reproduce** ``` val mapper = ObjectMapper().registerModule(KotlinModule(strictNullChecks =...

bug

**Use case** Basically, the idea is that I might design a class where I want to use a factory function without needing to write: ``` companion object { @JvmStatic @JsonCreator...

enhancement

I realize this might be a pretty invasive change, but I'd find it very helpful if ureq::Error contained the Request that failed to send. I think this is reasonable because...

In the docs for Uri, it mentions that a Uri doesn't necessarily have a scheme and host. But, if we do want a type that is guaranteed to have a...

Ktorm Version: 3.5.0 Source File: org/ktorm/dsl/Query.kt Line: 398 Function definition: ``` public fun Query.limit(offset: Int?, limit: Int?): Query { return this.withExpression( when (expression) { is SelectExpression -> expression.copy( offset =...

bug

Greetings. I saw someone mention this library in a Reddit post, and upon checking it out I noticed that the factories for your types could be implemented in a more...