-
Some time ago @joschmitt (IIRC) improved things by adding methods for `permutation_group`, `pc_group`, `fp_group` that take a group and return an isomorphic group but which is a permutation/pc/fp grou…
-
## 🚀 Feature request
I wonder if it's nice if there were support for primitive types, namely something like `fp-ts/lib/number` or `fp-ts/lib/string`.
Or is it simply out of scope of this project?
…
-
For those codebases that have fully embraced fp-ts -- especially including `Task` and `TaskEither`, we want to forbid things like creating new promises or including promises in return types.
Not al…
-
### Description
I have some modules whose parameters include discrete values (e.g. indices). After turning on `allow_int=True` in [jax.grad](https://jax.readthedocs.io/en/latest/_autosummary/jax.gr…
-
I'm using a turborepo monorepo and I'm seeing if `packages/A/src/a.ts` imports from `packages/A/src/b.ts` AND `packages/B/src/a.ts` imports from `packages/B/src/b.ts`, then `import/no-extraneous-depen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR47674](https://bugs.llvm.org/show_bug.cgi?id=47674) |
| Status | NEW |
| Importance | P normal |
|…
-
## 🐛 Bug report
### Current Behavior
The following law as defined [here](https://github.com/gcanti/io-ts/blob/87f6b860001eb4b487429b0547cfa9a4efca33b4/Codec.md):
`pipe(codec.decode(u), E.fold…
-
Hello,
I am trying to use wsdl2go with the WSDL files provided by UK NationalRail as part of [OpenLDBWS](http://lite.realtime.nationalrail.co.uk/openldbws/). When I try this, wsdl2go fails with a …
-
This is a feature that enables the user to define tables of data at runtime. In order for them to work, the desired tables must be configured at constraint system creation phase. Then, they are popula…
-
When importing timestamps as CSV the result column is treated as enum. On the other hand, when importing timestamps as parquet the result column is correctly treated as time.
Script:
from pyspark…