Knut Olav Bøhmer

Results 13 issues of Knut Olav Bøhmer

How can I configure this to work with sveltejs? https://svelte.dev/ imports should be inserted into inside of `` tags. Files are named `.svelte`

Run `tern-find-definition` in emacs when standing on `InputElement` when I have the `jsx` extention, it woks. How can I make tern look for `jsx` files by default? ``` import InputElement...

cl-annot comes in the way of using :@ keyword. So it would be good if cl-annot could leave @ in the keyword package alone.

Any posibility to make something like this work? ``` cl (defclass category () ((parent :col-type category :initarg :parent :accessor parent)) (:metaclass mito:dao-table-class)) ```

websocket-driver does not get notified about closing the connection due to timeout (woo.ev.tcp:*connection-timeout*). Close event should be triggered for websocket.

The hook does not run when in other worktrees since .git is not located there.

How do I make signal handler for signals where I don't know the object path? Like for example when ofono notifies about a new phone connected.

I ended up with a event silo with multiple of the same listener after adding and removing about hundred listeners for an event. vector-push-extend should not be used on the...