-
-
Hello folks!
May I propose that we allow the `ServiceBinding` resource to have multiple service objects, which would be projected into an application as a single logical service "account-database" …
-
### Steps to reproduce
In Rails 7.0:
```ruby
create_table "my_models", force: :cascade do |t|
t.string "my_attribute"
end
class MyModel < ApplicationRecord
encrypts :my_attribute, deter…
-
I'm not sure if this is expected or a bug, but I can't find it in the changelogs. There were changes related to encryption though so maybe it's not a bug.
The issue is that we upgrade from Rails 7.…
-
Hello,
im want to do a Bitcoin Javascript transaction but get the error:
Error: CORS request rejected: https://test-insight.bitpay.com/api/addrs/utxo
Are there any solutions?
Thanks
-
I was replying in helm/charts#3591 and realized this is a much bigger problem that deserves a charts issue to decide whether we should agree on and document a policy for this across charts.
Can we…
-
While intended for paper computers, some benefits of codex32 can be maximized through electronic implementations. To enhance this aspect, I propose recommendations for creating auditable codex32 share…
-
When using Skype, if I want to use it on a new device, or if I want to format my harddrive and reinstall, all I need to do is remember my username and password. I can very easily install a new copy, i…
-
I have set up my `.npmrc` file to have settings for our corporate proxy:
```
proxy = http://user:password@proxy:8080/
https-proxy = http://user:password@proxy:8080/
```
Running any npm command using…
-
# Feature request
## Description
Currently we store source keys in the GnuPG keyring using their hashed codename as a UID and codename as a password. We keep the codename in the session in order…