Aaron Qian

Results 7 issues of Aaron Qian

v0.0.2 is broken due to issue #2. Can you release a new version that includes the fixes? Thanks!

Here are a few issues I found with current approach to ruby async web stack (or lack of one), including this gem: - Rack is not designed with async in...

This PR adds a function called `set_center_aligned_mode_selection()` to allow `CMS` selection. Using center aligned mode reduces current harmonics when driving a motor, and allows predictable ADC sampling of motor current...

First of all. I'd like to say that `kanel` and `kanel-kysely` is a great tool with lots of flexibility for type generation, and I'm grateful of the efforts and design...

I'm currently using multiple schemas as namespaces. For example, I have the following database design: * In `term_life` schema, I have a `product` table. * In `income_protection` schema, I have...

The default `generateIdentifierType` generates Identifiers like this: ```ts /** Identifier type for Product */ export type ProductId = number & { __brand: 'ProductId' }; ``` When using multiple schemas, it's...

I'm using STM32F301K8 for my project, and this is when I realized the advanced timer TIM1 for PWM is missing. e.g. `hal::pwm::tim1()`. I dug a bit deeper and found [this...