gip

Results 7 issues of gip

Daemon crashes. Last line of backtrace: /opt/apps/entelo/shared/bundle/ruby/2.0.0/gems/resque-telework-0.3.2/lib/resque-telework/manager.rb:188:in `start_worker'

The `!subscriptions` expression at https://github.com/interledger/five-bells-ledger/blob/master/src/lib/notificationWorker.js#L89 always evaluate to false since `subscriptions` is an array in this context. Easy to fix but not sure of the side-effects. ``` js let subscriptions...

We may want to specify the padding for base64URL encoding in https://interledger.org/five-bells-condition/spec.html. From [rfc4648](https://tools.ietf.org/html/rfc4648) : ``` In some circumstances, the use of padding ("=") in base-encoded data is not required...

While using tinygrad debug mode I ran into this crash during apple gpu disassembly. To repro: `python3 compiler_explorer.py tmp_p36do0r` triggers an assertion error at https://github.com/dougallj/applegpu/blob/main/applegpu.py#L1958 File: [applegpu_assert_error_tmp_p36do0r.zip](https://github.com/user-attachments/files/16042677/applegpu_assert_error_tmp_p36do0r.zip) ``` 108: 0000...

[Documentation](https://resium.reearth.io/installation) could be updated as for recent version of Next, the `next.config.js` file should be changed to: ```ts const nextConfig = { reactStrictMode: true, webpack: (config, { webpack }) =>...

Is there a reason as to why `StableType` is not implemented for `ic_stable_memory::mem::s_slice::SSlice`? It seems that is necessary to be able to use it directly.