Pyry Kontio

Results 37 issues of Pyry Kontio

**Describe the problem you are trying to solve** It might be a very frustrating experience for a newbie to read about integration tests, placing tests under `tests/integration.rs`, trying to import...

A-errors
C-feature-request

It would be helpful if amber provided also support for renaming files. There is a common tool called `rename` (from the linux-utils package), but it doesn't support regex. On the...

When developing services that communicate with JSON or similar flexible data formats, it's a common pattern to communicate with "changesets"; or updates to state with only the changed fields present....

docs

It seems that no Rust crate at the moment supports encrypted spreadsheets but is there any plans? It seems that password support is by no means a trivial feature, since...

# Bug Report ## Environment Zola version: 0.12 ## Expected Behavior `resize_image` would output URLs that work wherever the site happens to be deployed at. ## Current Behavior `resize_image` outputs...

If I press ⌘Q or "Quit Sabaki" from the menu, I expect it to close down for good. Instead, it just closes the window, but remains open at background.

bug
help wanted
macos
electron
blocked

I'm trying to remote debug MacOS kernel with LLDB. I have Voltron and Apple's Kernel Debug Kit installed. In LLDB, first I create the target: ``` target create /Library/Developer/KDKs/KDK_11.6.5_20G527.kdk/System/Library/Kernels/kernel ```...

Hi, first of all, thanks for working this project. If I can be of any help with debugging, testing, or reporting bugs, I'm all in. I have a working CppSharp...

I need to do a FFT to a buffer of f32 audio samples. To prevent needless copying and converting, it would be nice if rust-GSL provided genericity over f32 and...

Hi, there is `DataType::Integer`. I was wondering if it's meant to signify 32-bit integers, (int in MySQL and integer in Postgres). Is there a plan for having a data type...