Ernesto Rodriguez

Results 10 issues of Ernesto Rodriguez

I started using Jacks for a project: https://github.com/BitFunding/BitFunding.org and wanted to import some settings written in JSON. So in the file https://github.com/BitFunding/BitFunding.org/blob/master/src/main/scala/ScalatraBootstrap.scala I defined a case class that looks like...

I am using Akka.Net 1.4.0-beta3 and I am also using the documentation here: https://getakka.net/api/Akka.Streams.Dsl.ForwardOps.html From what I can see, the ForwardOpts "To" methods always constrain TIn : TOut. This allows...

potential bug
akka-streams

I have a use case where I need to serialize/deserialize types that are dynamically generated using System.Reflection.Emit. Values of those types fail because the default .Net type lookup mechanism does...

I have encountered wierd behavior in archlinux. I am not sure if this is something that can be easily fixed by this project, but I will create the issue with...

When creating an account for the first time, the function 'user_authenticate' is called with the additional keyword arguments 'username' and 'password'. This results in an error (at least with Python...

- [ X] I hereby agree to dual licence this and any previous contributions under both the _Biopython License Agreement_ **AND** the _BSD 3-Clause License_. - [ X] I have...

# Motivation I wanted to automatically add more plugin paths to pymol without relying on the existence of a "pymolpluginrc" file. So I proceeded to add more directories to the...

Currently, the "Rules" type has the following definition: ``` -- | The monad used to compose rules newtype Rules a = Rules { unRules :: RWST RulesRead RuleSet RulesState IO...

feature

I am building a derivation for NixOS 24.05 of open3d-cpu so it can be easily used in nix. To guarantee reproducibility, Nix cannot fetch resources during build and best practices...