Louis KIM

Results 10 comments of Louis KIM

[Apple documentation](https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/establishing_a_token-based_connection_to_apns) clearly states: ``` APNs does not support authentication tokens from multiple developer accounts over a single connection. ``` In our case, we are building a system that sends...

@bdandy nice, thanks for the feedback. We'll test it out soon. @sideshow we might eventually take over #160, add tests and submit it back. In a few weeks probably.

There is a very interesting rails issue on how the controllers are supposed to be loaded in gems like AA: https://github.com/rails/rails/issues/12195

@bdandy @sideshow FYI, I've created an up to date PR with tests: https://github.com/sideshow/apns2/pull/213

I would love to see this merged. It is very cumbersome to merge multiple schemas for now. Here is my use case: ```json { "$merge": { "source": { "type": "object",...

I have the exact same issue. ```shell # .envrc if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8=" fi use nix ``` When the `direnv-vscode` extension is...

Same as @s0kil my `direnv status` is the same before and after executing `direnv allow`: ``` direnv exec path /usr/local/bin/direnv DIRENV_CONFIG /home/lakim/.config/direnv bash_path /nix/store/a7f7xfp9wyghf44yv6l6fv9dfw492hd3-bash-5.2-p15/bin/bash disable_stdin false warn_timeout 5s whitelist.prefix []...

Same as @s0kil, my PATH order changes before and after `direnv reload`. In my case, I'm expecting to have `/nix/store/...` paths at the beginning of the PATH. It's not the...

I use `asdf` for some projects (don't have a choice) and `nix-shell` for my personal project. My issue was related to `asdf` shims path overriding the nix paths. I've solved...

We're also needing Solid Queue support and we'll unfortunately need to look for alternatives that better support the default Rails stack.