Kyle W. Rader

Results 17 comments of Kyle W. Rader

It seems like this would also help some bootstrapping problems, such as needing too instantiate a logger with a verbosity but the verbosity value is passed as an option. Would...

This seems to still be an issue in `3.3.0-enterprise`. I'm trying to get Neo4j running behind Nginx (handling TLS) and would like to avoid publishing port `7687`. But the option...

Update: I see a banner in the docs mentioning version > 2.1 actually doesn't need the blueprints because it has no bower.

@cheerfulstoic Where would that configuration live? As far as I can see, currently, [neo4j.rb](https://github.com/neo4jrb/neo4j) cannot be configured to use Bolt to connect to a GrapheneDB neo4j instance because they require...

Oh my gosh, I have also been adding Tailwind styles to the rodauth views in my own project this last week. These look great so far, I'd love to adopt...

@DerGernTod I agree, I just hit this and reloading the server seems to pick up new files.

.NET 5 has now been fully deprecated and is past end of life support. It's not clear what but my whole team had net5 disappear from over this last week...

@pmaytak @bgavrilMS Am I doing anything obviously wrong here: https://github.com/AzureAD/microsoft-authentication-cli/pull/154 ?

I'm also having this issue. I'm running `RSpec` tests with `guard` in a docker container interactively for a Rails 5 project. I have tried the following configurations in `config/environments/test.rb` ```...