Adam Gustafson
Adam Gustafson
In the rails console I run the command `ExceptionHandler::Exception.all.first` which gives me the first record as expected: ``` # ``` But if I try to run `ExceptionHandler::Exception.all.first.class_name` I get: ```...
When using sorcery with simple form I get `undefined method 'model_name' for nil:NilClass`
**Problem to solve** When generating a report using a word document as a template, I get headers and footers. This does not seem to be the case when I use...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...
Please fill in this template. - [X] Use a meaningful title for the pull request. Include the name of the package modified. - [X] Test the change in your own...
This fixes the error I am having #101
org.apache.jena.fuseki.servlets.ActionErrorException: Cannot read field "succ" because "n" is null
### Version 5.0.0 ### What happened? # Steps to Reproduce 1. Create a new dataset via `curl -X POST 'http://localhost:3030/$/datasets' --upload-file ./dsConfigTemplate.ttl --header "Content-Type: text/turtle"` where `dsConfigTemplate.ttl` is: ``` #...
``` Error occurred in handler for 'writePacketFile': ReferenceError: totalEntries is not defined at Object.compressToBuffer (c:\Users\agustaf9\Downloads\test-app\node_modules\adm-zip\zipFile.js:297:13) at Object.writeZip (c:\Users\agustaf9\Downloads\test-app\node_modules\adm-zip\adm-zip.js:892:32) at Hu (c:\Users\agustaf9\Downloads\test-app\src\main\main.ts:115:7) at async WebContents. (node:electron/js2c/browser_init:2:83537) {stack: 'ReferenceError: totalEntries is not...