Clarence Delmacio Manuel

Results 8 issues of Clarence Delmacio Manuel

I'm using neovim with [nanotee/sqls.nvim](https://github.com/nanotee/sqls.nvim) plugin but formatting doesn't seem to work properly. For example, this code: ```sql CREATE TABLE users ( id BIGSERIAL PRIMARY KEY, username TEXT UNIQUE NOT...

## System info: Fedora 36 KDE i5 2500 GTX 750 Ti ## Problem I get these error messages immediately after booting: ``` Oct 02 10:18:38 fedora systemd[1264]: Failed to start...

### What version of `drizzle-orm` are you using? 0.26.1 ### What version of `drizzle-kit` are you using? 0.18.1 ### Describe the Bug I have this file that has two schemas,...

bug

Mutations with `__typename` fails. I am using cosmo router but I posted it here because it looks like the underlying error is in graphql-go-tools It seems that cosmo router doesn't...

internally-reviewed

Tried the example listed [here](https://modularforms.dev/solid/guides/kobalte). The TextField example works but the Select example doesn't. I put a log on the `createEffect` portion but it only logs once. ```tsx createEffect(() =>...

documentation
enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://kobalte.dev/docs/core/components/tabs 2. Scroll down to dynamic tabs...

### Describe the bug Given this code: ```tsx import { Title } from '@solidjs/meta'; import { RouteDefinition, cache, redirect } from '@solidjs/router'; import Counter from '~/components/Counter'; let isLoggedIn = false;...

**Describe the bug** Pubic property with private setter are not mapped even with `IncludedMembers = MemberVisibility.All` applied **Declaration code** [https://dotnetfiddle.net/E4iGqY - reproduction](https://dotnetfiddle.net/E4iGqY) ```csharp using System; using Riok.Mapperly.Abstractions; public class User(string...

bug