Finn

Results 25 issues of Finn

Added the Slack Workspace and decstack to the README. [Slack Workspace](https://join.slack.com/t/cicada-platform/shared_invite/MjM3NjUxODcyMTM1LTE1MDQ2MzkxNTYtNzQ4YzBhZDA1Mw) [DecStack Channel](https://hub.decstack.com/decstack/channels/cicada)

I run this little snipped ```rust let code_input = format!("def sum(a, b):\n return a + b"); let code_test = format!("\nresult = sum(1, 2)\nprint(result)",); let code = format!( r#"{} {}"#, code_input,...

Hi, I am trying to connect to a kernel running on Paperspace. when running this block: ``` #+NAME: BD7DDF92-DC52-439E-8CDF-CFD659FC7560 #+BEGIN_SRC ein-python :session https://n[]e.c[]l.paperspacegradient.com :results output print("lorem inc") #+end_src #+RESULTS: BD7DDF92-DC52-439E-8CDF-CFD659FC7560...

My keymap gets ignored when in major mode `treemacs-mode` eval `major-mode` returns `treemacs-mode` ``` (use-package general :config (general-create-definer space-key-map :keymaps '(normal visual emacs treemacs treemacs-mode) :prefix "SPC" :global-prefix "SPC")) ```...

I use `general.el` to create a keymap on `SPC` that is the same in every major mode. pretty much like spacemacs does. When in `org-brain visualize` mode, my `SPC` key...

question

Hi, I recently found your project and have started to build a learning app using Ebisu to time the repetitions. I have a few questions specifically concerned with version 3...

[repost](https://github.com/prettier/prettier/issues/16095) I am trying to format a svelte component from the cli and am getting this error: ``` $ ⟩ npx prettier --plugin prettier-plugin-svelte --write +page.svelte npx prettier --plugin prettier-plugin-svelte...

needs repro

the title says it all. is it possible to `predict recall` in pure `sql`? my usecase is that i'd like to maintain a column `recallProbabilityNow` and update that every few...

Out of nowhere (feels like) the error highlighting stopped working. after every .rs save the message buffer shows `LSP :: cargo check failed`. But when I run `cargo check` in...

the target-bigquery throws and OBJECT is not a valid value error when data from `hubspot-tap` is piped into it. `meltano invoke tap-hubspot | meltano invoke target-bigquery` ``` INFO Appending to...