Christopher Dieringer

Results 137 issues of Christopher Dieringer

# Problem - no place for react rules to live yet, until the plugin system gets ironed-out/formalized # Solution - add in initial react rule # Discussion I fully expect...

# problem `dune build @fmt --watch` yields `ocamlformat: ignoring "src/bin/server/bin.eml.ml" (syntax error)` when using `eml` # discussion do you use `ocamlformat`? if so, how? perhaps https://dune.readthedocs.io/en/stable/dune-files.html#dialect is relevant?

📚 docs

# Problem My `dream` server sends loads of unused HTML whitespace. hundreds of bytes could be saved if `dream_eml ...` purged all whitespace from the resultant HTML # Discussion Perhaps...

# problem i'm interested in using [TypeScriptToLua](https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Writing-Declarations) with this, but it's not a supported feature # discussion perhaps you could serve both customers by perhaps making the src a declaration...

Hello: is there a mechanism to enable to use the verbose flag? Thanks!

hi! great lib! would you consider adding slider as sibling component or export? thanks!

# Problem ```js // bug.js const pino = require("pino"); const logger = pino(); const bigOlString = (c) => Array.from(Array(100)).join(c); const logme = { a: { b: {}, c: Array.from(Array(500)).map((_, i)...

# Problem There doesn't seem to be an idiomatic reference to how we do: - async in reason - JSON + types in reason I've been learning `ocaml`, and figured...

# Problem I have a probot application, and want to tap into this functionality. However, this code is not distributed on npm. # Discussion Can we: - publish to `npm`...

enhancement

# Problem `desc` is exposed, but there is no complimentary `asc` # Discussion Why expose one without the equally valuable inverse? Thanks!