Alberto Valverde

Results 10 issues of Alberto Valverde

According to RFC 1035, section 3.1: > Name servers and resolvers must compare [domains] in a case-insensitive manner So I believe the `Eq` and `Ord` instances of `EmailAddress` should take...

Hi, After migrating to the develop branch I can't find a way to use the "disconnect" functionality previously provided by `newEventWithTrigger`. The thing is that I need to trigger the...

question
Low Severity

I've migrated a [reflex binding for OpenLayers](https://github.com/albertov/reflex-openlayers) to the development branch of reflex-dom and I've noticed that I can no longer depend on the "postBuild" event to perform some initialization...

wontfix
Low Severity

We're in the process of migrating our code base from GHC 8.8.4 to 9.2.2 and our `armv7l` target has ceased to work. The error we're seeing seems the same as...

I've encountered a space leak in the Reflex library when using the Applicative instance of Behavior. The space leak occurs when a Behavior is constructed with the Applicative instance and...

Is it possible to use this library to receive asynchronous notifications from the database server? I'm currently using [postgresql-simple's Notification](https://hackage.haskell.org/package/postgresql-simple-0.5.3.0/docs/Database-PostgreSQL-Simple-Notification.html) just for this functionality as I couldn't find a way...

Without this ParaView can't be built with Python support from another project that includes it from it's `CMakeLists.txt` with `add_subdirectory(ParaView)`

This allows a callback to throw an exception without making the whole program crash. This is useful for the callback to prevent QoS1 and QoS2 messages from being acknowledged. This...

This PR allows cborg to be compiled on 32 bit platforms (tested on armv7l)