Timofey

Results 10 issues of Timofey

Just discovered the awesome function parameter completion capability from another website. I think it should be front and center so I recommend adding it to readme...

Only a portion of my input remains after carriage return. For example, if I type: ``` user=> (def stu (Person. "Stu" "Hallway" (Address. "200 N Mangum" "Durham" "NC" 27701))) ```...

If I try to output a worksheet, how do I make the formulas work? for example: ```clj (defn gen-excel-smple [] (let [wb (create-workbook "Price List" [["Name" "Price"] ["Foo Widget" 100]...

My iced_stdout window gets lots of errors any way to disable clojure-ls/vim-lsp in the iced_stdout window? ![image](https://user-images.githubusercontent.com/8825037/149621150-991388d3-2641-4ad4-ac21-332f8a216bdc.png)

# With TPM tmux becomes slow on WSL. Arch Linux on WSL (Windows Sub System) and Ubuntu Linux on WSL tmux 2.6 I am not seeing this issue in Ubuntu...

When applying a migration with `COPY` statement, the following error shows appears: ``` Migration failed: pq: unknown response for simple query: 'G' handling 20190903062409-test_data.sql ``` This is isolated `COPY` command:...

help wanted

- [ ] It would be great to have a `cc.sublime-settings` paths append to the project file paths. That way the compiler configurations would remain in `cc.sublime-settings` and the project...

### `let g:cpp_experimental_template_highlight = 1` breaks cast type highlight. For: - static_cast - reinterpret_cast - const_cast ![selection_022](https://cloud.githubusercontent.com/assets/8825037/16657962/7cecbfbe-4432-11e6-9cf7-9b3deeb42cfe.png) It helps with templates, but breaks the cast.

I had to install this on Ubuntu 22.04 and spent hours looking for the libs. I was getting errors below, and installing these libs fixed the issue. ``` linking shared-object...

Here is my setup: - Tailwind CSS V4 is used - DaisyUI 5.0.12 components are used - Svelte Kit V2.17.3 is used, svelte V5 - TypeScript is used for the...

question