Alex

Results 127 issues of Alex

To add missign prop we use: ```purs addDefaultField "someProp" (encode C.string "") >~> ``` But "someProp" may not exist on the record type and it is not type-checked. Would it...

How would you advise to work with `DataTime` from the core package and codecs, is the preferred way would be to convert it to `Milliseconds` using `unInstant $ Instant.fromDate date`...

Not an idle question: `Affjax` error type called `Error` `Data.Interval` has type `Error ` Some `Halogen` packages expose type `Error` This package exposes `JsonDecodeError` type. Why it is was decided...

Fixes #47 Formatted with default prettier settings.

Here https://github.com/pine/arraybuffer-loader/blob/master/lib/to-array-buffer.js#L4, it checks for `window`, but needs also check for `self` to make it work in a web worker.

Browser app just dies when there is some intensive output with complex objects.

It seems that root (container) element is being replaced while DOM update. I belive driver should leave it alone (as `@cycle/dom` does)

`docker-compose.yaml` contains two services with such definitions (stuff omitted) ``` service-client: labels: com.dnsdock.alias: "client.service.app.dev" service: labels: com.dnsdock.alias: service.app.dev ``` service-client container got IP 172.19.0.5 service container got IP 172.19.0.3 both...

It seems that internal DNS doesn't use any cache for forwarded requests, maybe to add this feature just for the sake of performance?

enhancement

I think it is quite a common issue, if you have multiple packages/app in you monorepo that may depend on the same packge dependency (for as common example `mongodb`), it...