baschni

Results 4 issues of baschni

Hello, if I am correct you cannot use Transcrypt generated JS files embedded in a local html file by directly opening this file in a local browser as javascript modules...

Hello! I have the following file structure in Pythonista: Program A -includes --includes.py -Program A.py Program B -includes --includes.py -Program B.py Program A.py `from includes.includes import VARIABLE_A; print(VARIABLE_A)` includes.py in...

Hello, in my program I have three views (each one called in the init of the previous one, the first one in the main thread), that I present on top...

example function: ``` size_t ft_historysize(t_history *history) { size_t size; size = 0; while (history) { size++; history = history->next; } return (size); } ``` auto generated template: ``` /** *...

bug