c-antin

Results 7 issues of c-antin

Any plans on supporting an HTTP2 connection especially for the client? See https://deno.com/blog/v1.38#websockets-improvements Use case: rust client connecting to deno server over h2

### Describe the Bug if editing text followed by saveXML, the new text is missing in the xml ### Steps to Reproduce 1. goto https://demo.bpmn.io/ 2. append a task 3....

bug

This rule is useful for deno projects that call rust functions via FFI. It attempts to unify naming conventions and enforces declarations and object property names which one creates to...

### Lint Name camelcase ### Code Snippet ```ts const { lastName } = obj1; //valid, because one has no control over the identifier import { camelCased } from "external-module.js"; //valid,...

bug

In my deno projects, I often use Rust via ffi and I was wondering if we could unify the naming conventions. It may have been proposed already (Discord?), yet I...

Cannot scroll past a certain amount of notes. It automatically scrolls to the top after ~20 notes. It seems to be related to `pinned: true` notes.