Gabriel Arcangel Zayas

Results 93 issues of Gabriel Arcangel Zayas

[st_update_callback_func](https://github.com/ruby/ruby/blob/55335eab80d763fb11d621c041d23aaf8f4857c6/include/ruby/st.h#L133) takes pointers for `key` and `val` for their first arguments: ```h typedef int st_update_callback_func(st_data_t *key, st_data_t *value, st_data_t arg, int existing); ``` Although these were being passed here, this...

Rebase isn't yielding the results we want in #1313, so I did `merge main` here to make the tests pass.

Closes #1330. As the comment states, the command we use to retrieve system packages should return `redis` and/or `redis-server`: ``` > dpkg -l | grep '^ii' | grep redis ii...

Joint PR - https://github.com/bullet-train-co/bullet_train-core/pull/764

Joint PR - https://github.com/bullet-train-co/bullet_train-core/pull/754

The idea came up in #1149 to give the developers the ability to create their own custom field partials. They could then subsequently run the command whenever they want to...

Continuation of #1108. There were no issues with tests thankfully due to #990 and #1007. Only one problem where I had to make sure the `Signed out successfully` flash notice...

There were some changes to CircleCI and parallelism somewhat recently, and we might not have a need to run things with knapsack pro any longer. Also, the pricing has changed...

This is a start for addressing https://github.com/bullet-train-co/bullet_train-core/issues/510. This doesn't cover `bin/hack --link` for custom paths yet, but it covers the base logic for paths pointing to `local/bullet_train-core`. @jagthedrummer I'll open...

When doing setup in the `tinymce.yml` file or directly on the page with `tinymce.init({ ... })`, it will log the editor to the console: ```javascript setup: function(ed) { console.log(ed) }...