Art Tosborvorn

Results 14 issues of Art Tosborvorn

## Description I'm trying to use Typesense with my content in Thai. What's special is that Thai (and a few other languages) doesn't use spaces to separate words. Typesense seems...

I have a Cite object `bibtex` and would like to format the bibliography myself. This works: ``` bibtex.format('bibliography', { format: 'html', template: 'citation-apa', entry: Array.from(allEntries), }) ``` For `format` field,...

enhancement
api

On the "Reordering events" level, after you do `git reset --hard [The Beginning]`, the graph displayed becomes: ![image](https://user-images.githubusercontent.com/1711188/114808439-71a0f900-9dd2-11eb-81f2-7fa254db23a3.png) You need to drag a node so that it becomes something more...

suggestion

One of the things that I found most useful about this is that I can test what would happen to my git repo if I do this and that. Sandboxing,...

This got me up all night last night :P I tried to push to my org repo (`orgname.github.io`) with `deploy-branch = main` (since that's [more politically correct](https://github.com/github/renaming) compared to `master`)....

Currently the script simply calls `npm run build` and copies `public` folder to another branch/repo. This could be generalized by simply allowing users to specify `build-path` so that it works...

I'm trying to plot a dataframe of some variable with dates on the x-axis. Here's a MWE: ```julia using Dates, Plots, DataFrames t1 = Date(2000, 1, 1):Dates.Month(1):Date(2005, 12, 1) t2...

discussion

I find Apple's OCR (through [`ocrmac`](https://github.com/straussmaximilian/ocrmac) much more reliable than PDF Miner, especially with Thai script. It already outputs text and its rectangular boundaries. Wondering if it's possible to specify...

bug

Currently the chart animation is quite choppy. It waits 500 ms before showing the chart, which makes the chart kinda jumps out out of nowhere. With this PR, the axes,...

Instead of having to add support for various keyboards, maybe we can give an option to the user so that he/she can specify the json file instead?