Robbert Gurdeep Singh
Robbert Gurdeep Singh
 I'm also facing this issue, there is no option to delete a device that you imported
Looking up exercise with token `1poiu23w0f98poq2iu1209384` is equally costly to looing up exercise with path `/SearchAlgorithms/ItterDepth`. Both string comparisons of relatively short size in the database. (I think) _[Original comment](https://github.ugent.be/dodona/dodona/issues/1050#issuecomment-88919)...
I can reproduce this on - Firefox on linux - Chrome om mac The issue is caused by the following piece of code (`webpack:///text/src/components/Editor.vue#655`) ```js onBlur() { this.emit('blur') // Hand...
I have been having a similar issue for some weeks now. An extention works on some pages and not on others due to "Syntax Error". Reloading the extension in the...
It's on my todo list to only implement the -5 and +5, I would not add the -10 etc as these can be done by tapping the same button multiple...
@carllocos , I have been digging a bit into emcc and the following works for me with EMCC 2.0 ``` emcc FILE \ -s STANDALONE_WASM \ --ignore-dynamic-linking \ -s WASM=1...
The current splitted name is used in the frontend:  A single long name would make it look less nice _[Original comment](https://github.ugent.be/unipept/unipept/issues/660#issuecomment-79755) by @beardhatcode on Thu Oct 11 2018 at...
See also: #18
Hmmm, I do not have windows on this machine unfortunately
I had the same problem, as OP, due to the same reason. I also checked my DB output for find duplicates ```sql SELECT main, (ids::jsonb - 0) AS exess, file_id,...