Leon Camus

Results 9 issues of Leon Camus

**Elassandra version**: 6.8.4.13 **Steps to reproduce**: ``` CREATE TYPE role_key ( course_id uuid, role_id uuid ) CREATE TABLE "user" ( name text, roles set, PRIMARY KEY (name) ); ``` `curl...

**Describe the feature** Introduce new Functions to the `ApiBuilder` allowing to provide suspendable functions as handlers. Right now u need this helper construct in every function: ``` ctx.future( CoroutineScope(EmptyCoroutineContext).async {...

FEATURE REQUEST

See #73 Adds two enums for typing and the corresponding methods for validation and execution

This PRs aim is to implement serialisation and deserialisation of enums using their discriminants. - [x] Derive Serialize - [x] Derive Deserialize

Fix code generation for optional strings

Once this gets merged i'll clean the implementations of the feature in sea-orm and sea-schema. I tested the feature with my forks. ## New Features - [x] Add support for...

The SM_80 only instruction `m16n8k16` can be expressed as two `m16n8k8` instructions for backwards compatibility. Async memcpys are also disabled for targets < SM_80.

## PR Info Once this gets merged i'll clean the implementations of the feature in sea-orm. I tested the feature with my forks. - Dependencies: - SeaQL/sea-query#774 ## New Features...

`{ifingroup a}{ifingroup b}Hello World{/ifingroup}{/ifingroup}` -> `{/ifingroup}` and so on lead to mismatches and wrong output. In stage one i added some tests for bug reproduction. Only nestings of the same...