-
Estaría genial poder descargar el código de la web una vez has terminado.
**propongo:**
- Ficheros por separado.
- log (fichero .log con el output de la consola)
- javascript (fichero .js c…
-
At the moment i only find documentation for for-loops at https://ginger.tobiasdammers.nl/guide/getting-started/ under heading "Ginger Syntax: The Basics.". I would like to loop over a dictionary. Some…
plsnp updated
4 years ago
-
`ginger build` では `#packopt icon` が処理されません。これはコンパイラではなくスクリプトエディタによって処理されるものだからです。
HSP3 のインストールディレクトリにある iconins.exe を使えばよさそうです。例えば以下のコマンドを使うことで実行ファイルのアイコンの変更ができます。(絶対パスはソースコードから抽出している模様。version などは…
-
session not created: This version of ChromeDriver only supports Chrome version 114
Current browser version is 116.0.5845.111 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe (Se…
-
https://ginger0106.github.io/2018/06/14/facial/
-
make the auto-grabber work by collecting fruits from the farm cave and mushrooms from the ginger island cave
(I do not consider the mushroom cave of the farm because automate can already do it).
-
I'm trying to login to kimchi with root. After I enter root and root's password at the login page, is quickly redirected to https://kvmhost:8001/#wok-empty
and this error pops up for a split secon…
-
I followed the instructions in README.md. There are these errors right at the end.
```
zotonic_1 | 14:36:37.196 [info] Zotonic started
zotonic_1 | 14:36:37.196 [info] ==============…
-
I'm planning to use `ginger` as the underlying library for a static site generator. However, I'm puzzled why the only two types types implementing [ContextEncodable](https://hackage.haskell.org/packag…
-
In Jinja2, the following is a type error:
```jinja
{{ "2" + 2 }}
```
But in Ginger, we currently have a `ToGVal` instance for `Text` (and other string types) that tries to parse the string int…