chunli
chunli
http://altarf.net/computer/rails/3222 add `~/.pryrc` with content ``` Pry.config.history.should_save = false ``` and it works for me.
Hi, @bryantbiggs. I am exploring kubernetes preview development. And I think k8s should manage provisioning supported environment. In that case, the developer could apply resources like database/Redis via k8s, and...
Also got this error `JavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64` when using `container:` in workflow.
Hi, all. I am the creator of https://rubygems.org/gems/heroicons, but mine version never well maintained. And thanks for @marckohlbrugge to contact me, I am okay to release this name to the...
@jclusso invite sent. And since my version is `0.1.0`, for new version, we can bump that version number so we didn't break old one. And thanks for your contribution to...
@cspeer Try this. Add `presenter: self` to picker. ``` address_book = AddressBook::AddrBook.new if AddressBook.request_authorization address_book.picker presenter: self do |person| select_phone(person) if person end else App.alert('To add a person please enable...
Add `"resolutions": { "string-width": "4.2.3" }` into `package.json` works for me, but I had to delete node_module and bun.lockb file, then run `bun install` again. No need to add `string-width`...
There is already a bug report in bun: https://github.com/oven-sh/bun/issues/7539
Just noticed this from the log, I believed cloudflare need to bump their bun version in deployment runtime to fix it. The current bun version still 1.0.1. ``` 01:58:16.359 |...
The code looks wrong to me, return an error with plain text error message makes it hard for us to handle the different errors returned from D1. I agree the...