-
```
> v doctor
OS: linux, Ubuntu 20.04.1 LTS (WSL 2)
Processor: 4 cpus, 64bit, little endian, Intel(R) Core(TM) i5-4690K CPU @ 3.50GHz
CC version: cc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
getwd:…
-
The crash is "fixed" by commenting out the SOKOL_ASSERT in `_sg_mtl_copy_image_content`:
```
for (int slice_index = 0; slice_index < num_slices; slice_index++) {
con…
-
**V version:** V full version: V 0.2.2 5d653a3
**OS:** OS: windows, Microsoft Windows 10 Home v19042 64-bit
**What did you do?**
I am unable to read a csv file that includes quote character…
-
is it possible to have toml or yaml support for serialization?
maybe we can use c lib for now?
-
Hey folks,
I start to get depressed because I'm not able to execute these lines of code. I am not shure if this is a valid bug - Can you help me? Thank you in advance!
`v doctor`
OS: w…
-
Hi,
I've installed `vex` and trying it with a simple example code:
```v
module main
import nedpals.vex.server
import nedpals.vex.ctx
fn main() {
mut s := server.new()
s.get('/greet/:…
-
Issue Type: Performance Issue
I don't know how it appeared
This is an isolated process.
https://user-images.githubusercontent.com/9758711/115652822-8f390a00-a360-11eb-9044-7645c3ed8017.mov
…
-
# Weekly GitHub Trending! (2021/02/08 ~ 2021/02/15)
## Python trending 5repo's
### [edeng23](https://github.com/edeng23) / [binance-trade-bot](https://github.com/edeng23/binance-trade-bot)
Automated c…
ivgtr updated
3 years ago
-
Hello!
After experimenting with this for a while, I think I have found what I was looking for... phew, finally.
However, I only need to parse C headers - and C headers only - to retrive the defi…
-
Here minimal example:
```nim
import gintro/[gtk4, gobject, gio, pango, adw]
import std/with
proc windowOnClose(self: PreferencesWindow, mainWindow: adw.ApplicationWindow) =
mainWindow.clos…