pullrequests Search Results · repo:knadh/dictpress language:Go
Filter by
24 results
(127 ms)24 results
inknadh/dictpress (press backspace or delete to remove)joicemjoseph
- Opened 13 hours ago
- #44
I duplicated config.sample.toml file to config.toml file and ran the following command:
/dictpress --site=./site
this caused the following error:
2024/07/27 01:36:28 main.go:115: reading config: config.toml ...
soumendrak
- Opened on Jul 27, 2024
- #41
- add GitHub workflows to run tests during PR Push
Demo:
Job ran successfully here
chinmayb
- 1
- Opened on Jun 28, 2024
- #40
- added couple of unit tests for import entries flow
- uses the postgres container for running tests
- updated the makefile
- fix the args where meta was not getting sent.
- updated readme ...
chinmayb
- 4
- Opened on Feb 16, 2024
- #36
Use a custom tokenizer if an import entry s language has one defined to auto-generate tokens on import.
knadh
- 1
- Opened on Oct 24, 2023
- #32
To set e.Initial, it accesses e.Content[0] but if the content is empty this will cause a runtime error. Moving the
emptiness check of Content before e.Initial column check will fix this.
The error before: ...
subins2000
- Opened on Jul 15, 2023
- #28
Bumps golang.org/x/text from 0.3.7 to 0.3.8. details summary Commits /summary ul li a href=
https://github.com/golang/text/commit/434eadcdbc3b0256971992e8c70027278364c72c code 434eadc /code /a language: ...
dependencies
dependabot[bot]
- 1
- Opened on Jun 4, 2023
- #26