Serhii Khoma

Results 181 issues of Serhii Khoma

https://chatgpt.com/share/66f54913-4444-8000-a5ef-773ac21a8675 (bottom) Prob `grant` is the best can be used with `node:http` nhost is using it https://github.com/nhost/hasura-auth/blob/9cbe2702388efd1ec56b8f9d77aedc2dd882eb82/src/routes/oauth/config.ts https://github.com/nhost/hasura-auth/blob/9cbe2702388efd1ec56b8f9d77aedc2dd882eb82/src/routes/oauth/index.ts

when I run ``` @fcm = FCM.new(StringIO.new(ENV.fetch('FCM_AUTH_JSON_STRING')), ENV.fetch('FCM_AUTH_SENDER_ID')) token = "yyyyyyyyyyyyyyyyyyyy:xxxxxxxxxxxxxdevicetoken" notification_title = "asdf" notification_body = "asdf" notification_data_type = nil message = { token: token, # token: fcm_device_group_notification_key, # 'topic':...

## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...

### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. no problem, just feature request...

enhancement

### Current Behavior ![Screenshot (6)](https://github.com/user-attachments/assets/d84bdbbd-143c-423b-b336-702039ba3458) ### Expected Behavior should import numpy ### Steps To Reproduce follow readme 1. nix flake init --template github:tweag/jupyenv 1.add extraPackages 1. ``` {pkgs, ...}: {...

bug

- [ ] I have read [CONTRIBUTING.md](https://github.com/idris-lang/Idris2/blob/main/CONTRIBUTING.md). - [x] I have checked that there is no existing PR/issue about my proposal. ## Summary Let's allow to generate only es6 code...

Feature request

I have a project https://github.com/srghma/purs-utils/ I want to build execs for windows, macos, linux and release them (just like purescript is doing https://github.com/purescript/purescript/releases) How to do it? Would be good...

enhancement

https://std.divnix.com/templates/rust.html ``` nix flake init -t github:divnix/std#rust nix develop --show-trace ``` https://github.com/divnix/std/blob/f8f6f70cdc9234d36d3d445d99a60b9267644df8/src/std/templates/rust/nix/hello/packages.nix#L7 ``` … while calling 'makeSearchPath' at /nix/store/887hpp8a2i99n9jjwcvz6qkhhhqsvzkg-source/lib/strings.nix:468:5: 467| subDir: 468| paths: | ^ 469| concatStringsSep ":" (map (path:...

how to accomplish what next.js accomplishes? if website is requested first time - THEN send html with prerendered content ELSE (if just going to other page using browser) THEN request...

so, in purescript land we publish packages to pursuit using https://github.com/purescript/spago/ 1. I increment version in spago.yaml using vim 2. `spago publish` 3. it checks tests 4. it `git tag...