amaendle

Results 8 issues of amaendle

I was trying out WAVE and SOUND `WAVE 1,1,0,,1 ! set sine wave, no attack` `SOUND 1,500,1 ! play a permanent tone on channel 1` While it worked on Android...

WINDOWS

In GFA basic you can also do: SELECT i CASE 1 PRINT 1 CASE **2 TO 30** PRINT "its in 2...30" ENDSELECT It would be nice to have this in...

enhancement

There is one more flaw with keyevent in Windows. The QWERTZ-keyboard layout isn't working for me. With the German and US keyboard layouts I get the same result, when I...

bug
WINDOWS

I fear there might be something wrong with the colon operator for arrays: `foo() = [1,2,3]` `dim b(3)` `b(0:1)=foo(1:2)` > print b(0) 2 > print b(1) 0 I expect `print...

bug
confirmed
needs-more-testing

When I try to build the basic R-Studio-Markdown-Template as a poster using posterdown_betterport I get the following error: "C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS DXPoster.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output DXPoster.html...

The dataset that is used in `[anonymeter_example.ipynb](https://github.com/statice/anonymeter/blob/main/notebooks/anonymeter_example.ipynb)` is unavailable. Therefore these lines will fail: ``` bucket_url = "https://storage.googleapis.com/statice-public/anonymeter-datasets/" ori = pd.read_csv(os.path.join(bucket_url, "adults_train.csv")) syn = pd.read_csv(os.path.join(bucket_url, "adults_syn_ctgan.csv")) control = pd.read_csv(os.path.join(bucket_url, "adults_control.csv"))...

This is not a bug report but a small feature request. It would be nice to have an argument for delay as it is supported by the bootstrap popovers. I...

In the past it worked to do `ggiraph::font_family_exists("Roboto Condensed")` As it seems the function has secretely disappeared in new versions of ggiraph. Is this intended?