Yuna Tomida
Yuna Tomida
Hello, I'm encountered error on file rights in compilation. I'm working on Docker container based on the official `docker.io/elixir:otp-25` image (running on [lima](https://github.com/lima-vm/lima) vm and the host machine is M1...
**Describe the Bug** When trying to print the content of `FuncitonValue` that originates in already dropped `Module`, it leads to segmentation fault. **To Reproduce** ```rust use inkwell::context::Context; fn main() {...
ARM support?
When I was developing https://github.com/TheDan64/inkwell/pull/344, I first worked on my macOS with Apple M1 host machine, and have run the test with: ```shell cargo test --all --target=aarch64-apple-darwin --features=llvm14-0 ``` (only...
Hi, there was wrong key in enum variant `Block::ChildDatabase`. I fixed it.
Hi ! I found bug when using `NotionApi::get_block_children`. As [the document](https://developers.notion.com/reference/get-block-children) says, children API does not return nested children. Thus, it's possible that returned json doesn't have `children` key for...
**Describe the bug** Encounter the error when using `save_information` to save memory on the same id. **To Reproduce** Steps to reproduce the behavior: 1. `save_information` with some id. 2. do...