William Bert

Results 21 issues of William Bert

Like https://github.com/mooz/js-doc/ but for Coffeescript/Codo.

The hex1 binary is supplied, but how was it generated from the ascii of hex1.he? The writeup explains how to verify that hex1.he is a representation of hex1, but I'd...

## Expected Behavior - imenu works ## Actual Behavior - `imenu--make-index-alist: Wrong type argument: consp, nil` ## Steps to Reproduce 1. call `imenu` on a markdown-mode buffer with the following...

### Describe the feature you'd like: Matchers that work when running tests in Puppeteer. ### Suggested implementation: Puppeteer methods return [ElementHandles](https://pptr.dev/#?product=Puppeteer&version=v2.0.0&show=api-class-elementhandle) that are proxies for elements in the DOM in...

enhancement
help wanted
needs discussion

This is a fantastic package -- thanks for it @NicolasPetton! I got it up and running with both Node apps running Docker and client-side apps bundled with webpack with only...

feature_request

I'd love to have a way to read environment variables from the shell so I can determine whether tmux is running or not. (My overall intention is to map C-v...

https://github.com/zeit/dns-cached-resolve/ defaults to 300s, which could be problematic with records with lower ttls. For example, AWS ELBs always use 60s. This would require a change to https://github.com/zeit/fetch-cached-dns/ as well, I...

Would you be willing to append to auto-mode-alist [here](https://github.com/emacs-helm/helm-ls-git/blob/3eadeb2bc5d609e68bdaa184c2a50407c974c2a8/helm-ls-git.el#L1579)? `(add-to-list 'auto-mode-alist '("/git-rebase-todo$" . helm-ls-git-rebase-todo-mode) t)` I'd prefer to keep using the rebase mode I was previously using.

### What Adding toIncludeAllMembersInOrder. ### Why Fixes https://github.com/jest-community/jest-extended/issues/231 ### Notes ### Housekeeping - [x] Unit tests - [x] Documentation is up to date - [x] No additional lint warnings -...

I’m using some nested models in the Django admin, and when I saved them, I got the 'Please correct the errors below.’ message at top, however no form fields below...