David Asabina

Results 12 issues of David Asabina

Some themes may be defined such that `'unspecified` is the car of head resulting to `(face-attribute 'unspecified :inherit)` to be evaluated at https://github.com/hniksic/emacs-htmlize/blob/dd27bc3f26efd728f2b1f01f9e4ac4f61f2ffbf9/htmlize.el#L1036 which raises the error "Invalid face: unspecified"...

Some variables matching the pattern `org-babel-*` caused some trouble because they had propertized texts for values and thus weren't serializable in a manner that didn't break reading attempts. Since `async-inject-variables`...

Bumped into the following issue: ``` error in process sentinel: async-handle-result: Symbol’s value as variable is void: org-babel-async-content ``` I reckon that the symbol is unknown in the async process...

Adding gnu as a source to resolve the "Some dependencies were not available: cl-lib" issue. ``` Debugger entered--Lisp error: (error "Some dependencies were not available: cl-lib") error("Some dependencies were not...

Was just trying to quickly skim through the text on the reMarkable 2 and found it difficult to read on account of the small print. Basically copy pasted the pdf...

- [x] Added thin as a dependency (needed this to spin up a local server for development) - [x] Added test artifacts for the Structurizr DSL (basically copied as many...

- Pin Python dependencies to versions (see requirements.txt) - Improve security of container - reduce the scope of mounted artefacts into the image such that one can mount just the...

Hi @rasendubi, Is there an idiomatic approach to update the `options` while parsing? There are a few `todoKeywords` defined as default and it is unclear how I idiomatically adapt these...

Fixed testing to use `electron-mocha` instead of `mocha`. Made the mistake of forgetting that there may be a discrepancy between the `(`io`|`Node`)`.js versions of Electron.js and the dev env. With...

Refactored entire project based on .jscsrc as covered in the README. Not very sure if you want this in the project, but I figured it would help to have all...