Marcus Lee

Results 17 issues of Marcus Lee

I'm using a planetscale database, which uses vitess under the hood. it was working fine for a past few days, but when I try to build my code today this...

# Application to the Class of 2021🎓 This pull request template helps you complete an application to the **Class of 2021**. Use the checklist below to verify you have followed...

✅ Ready for merge

I was using `sqlx` with MySQL through RSPC. The database is connected successfully, however there are some types that are not currently supported for example `chrono::NaiveDate`, `bigdecimal::BigDecimal`. A list of...

This the output of cloning the repo then run `make VARIANT=release` ```sh ❯ make VARIANT=release cc -DVERSION_MAJOR=1 -DVERSION_MINOR=4 -DVERSION_PATCH=1 -DVERSION_DEVEL=0 -MMD -MP -I include -std=c11 -Wall -Wextra -pedantic -Wconversion -Wwrite-strings...

### Bug Description I have a SQL table as follows: ```sql CREATE TABLE compute.instance_types ( name TEXT, description TEXT, hourly_rate NUMERIC NOT NULL, updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), created_at...

bug

I have a struct `Object` ```rs #[cfg_attr(feature = "openapi", derive(utoipa::ToSchema))] #[derive(Debug, Clone, Serialize, Deserialize)] pub struct Object { #[cfg_attr(feature = "openapi", schema(format = Uuid))] pub id: Uuid, #[cfg_attr(feature = "openapi",...

This is an amazing library and I had been using it in my CLI applications, however does anyone know how to use this within a fastify application?

### What happened? I followed the guide to setup EKS but since I already have an existing clusters with karpenter, I didn't create a new cluster with the `eks-cluster.yaml` provided....

kind/support
priority/awaiting-more-evidence

### Describe the feature At the moment `ByteStream` can be made from file or from a `Vec`, however for the case of a web server, that meant I have to...

feature-request
p2
s

![20201219_023005](https://user-images.githubusercontent.com/59773847/102658786-38a1a080-41b3-11eb-8a96-fb3ee2374a2b.jpg) My specs is identical to yours. Mobo: Gigabyte B460M Aorus Pro (Bios ver: F4) CPU: Intel i5-10400 RAM: 2x8GB DDR4 using iGPU I followed exactly the BIOS settings and...