Giulio Canti

Results 53 issues of Giulio Canti

Affected data types / modules: - ReadonlyArray - Chunk - List Related: https://github.com/Effect-TS/effect/pull/1489#issuecomment-1749890664 Related Discord discussion: https://discord.com/channels/795981131316985866/1159511432661061763/1159800894506942495 p.s. there are other `*NonEmpty` functions that could be unified

If your company is using tcomb in production, please let us know who are you and how it's used

question

This will be a major refactoring (and likely a breaking change for TypeScript users). There are some techniques developed in [io-ts](https://github.com/gcanti/tcomb) that can be ported to tcomb, in particular the...

breaking change

From @marwanhilmi's comment here https://github.com/gcanti/tcomb/issues/165 Is there a quick method to disable runtime checking without needing to run in `NODE_ENV=production`? We use NODE_ENV to toggle our config, ie NODE_ENV=staging so...

discussion

``` js const Void = t.irreducible('Void', x => x === undefined) const Null = t.irreducible('Null', x => x === null) const Empty = t.irreducible('Empty', () => false) ```

enhancement

https://github.com/buildo/eslint-plugin-tcomb

ecosystem

I'm writing "A little guide to runtime type checking and runtime type introspection" https://github.com/gcanti/tcomb/blob/master/docs/GUIDE.md. It's an attempt to write down how I use `tcomb` in my own projects, hope it's...

help wanted
docs

add experimental decoders (`[email protected]+`)

EDIT: Supported skins: - Bootstrap v3.3 - Semantic ui 1.12.2

Type: Enhancement
help wanted
Topic: Ecosystem

Hi all, I wrote a simple date picker for tcomb-form https://github.com/gcanti/simple-date-picker if you want to give it a spin **Usage** ``` js import SimpleDatePicker from 'simple-date-picker' function renderDate(locals) { return...

Topic: Templates
Topic: Factories
Topic: Code Examples
Topic: Ecosystem