-
The flow should be able to submit data to a competition.
- I believe the API requires a flat-file to be submitted
- Previous developer does have initial competition submit code, but I have not…
-
First of all, thank you for this amazing project!
I'm getting some issues when downloading a dataset from kaggle using the code bellow:
```
kgl_auth(creds_file = '~/.kaggle/kaggle.json')
kgl_aut…
-
### Describe the bug
The EGRE1A STAR into KGL has a constraint at UDBEN of 8000 or Above at Max 210kts. Per the FPLN page, it gave me a 330kts constraint at UDBEN.
### Steps to reproduce
Insert the…
-
Hi.
I tried installing the **tiny framework** on an old laptop that I have, the laptop supports **OpenGL** up to **_2.1_**, when I tried to run the game an error showed with a message related to GLFW…
-
library(kaggler)
kgl_auth(username = "spirosparaskevas", key = "5c4359b2493e0d4c73fef611273f09e8")
KAGGLE_USERNAME={"spirosparaskevas"}
KAGGLE_KEY={"************************"}
comps
-
```c
unsigned char* stbi_load(const char* filename, int* x, int* y, int* channels_in_file, int desired_channels)
```
or equivalent
```kotlin
fun STBImage.loadFrom(filename: String, desiredC…
-
I'm using the jcl-rv12is fork and currently have reverted to the led_sectional.ino file as published, except I changed pin number to 14.
I'm not seeing the LED updated for the final airport (K11R)
…
ayryq updated
1 month ago
-
### Browsertrix Cloud Version
v1.8.0-beta.4-7d985a9
### What did you expect to happen? What happened instead?
Missing ads on most used news sites.
replay of news sites are missing most of the ads…
-
Error code -1073741819. Googling this suggests a file system error, but I have no idea. Trying any of the suggested fixes yields no results.
I've copied the entire `stb_image.h` into a cinterop def…
-
### Use Case
Android has GL calls to allow providing a Bitmap as texture data, Currently you need to copy the bitmap to a buffer before you can pass it to Kgl
- When you load an image in android…