Cristián Arenas Ulloa

Results 11 issues of Cristián Arenas Ulloa

I'm exploring using a different animation for reloading a row, for that I would need Dwifft to call `reloadItems` instead of `deleteItems` and `insertItems`. My first guess is that a...

The README has a **Table Of Contents** with links to two sections that don't exist. One is about Alamofire: https://github.com/LoganWright/Genome#alamofire And the other about Logging: https://github.com/LoganWright/Genome#logging

bug
enhancement

` works when Karabiner elements is closed. When I open it it now turns into §. I was able to fix it with this setting: ![image](https://user-images.githubusercontent.com/589421/186024442-35fa7c2c-4435-462e-a9f0-4f97ab37ca2b.png) I also tried updating...

This is only annoying on a multitouch device with inertia enabled Maybe it's TextMate's fault, I'm not sure Even if it's your fault, it doesn't matter, I think it was...

I accidentally closed the other "issue" and I think I can't reopen it, so here we come again... This error seems to only happen when using Ruby 1.9 ( My...

Feature request --- Add a way to force the dialog to open Rationale --- I have 2 use cases for PermissionScope: 1. Only ask for permissions that the user hasn't...

Making `showAlert` public, allows you to force the dialog to open. This opens the library to the following use-case: * Open a settings window where the user can accept, deny...

There's code that unconditionally uses `rayon` even though it is an optional dependency. This makes me unable to build `cozo-lib-python`, as it fails with this error message: ``` error[E0599]: no...

When running a TSG over a huge file, the resulting graph can be massive. I can use the Cancellation mechanism to have a timeout, but I'm not sure if I...