Dan Michael O. Heggø

Results 70 issues of Dan Michael O. Heggø

Pre-built binaries exist for 0.3.0, but not 0.4.0

If I add too many keyboard shortcuts, they won't fit into the cheat sheet, but there is plenty of space horizontally, so it would be nice if the cheat sheet...

Loads of open PRs and loads of forks... This project needs some love. @cosenary , if you don't find time to maintain this package yourself, please ask the community for...

Last commit was 22 Nov 2015. Since then there's been some breaking API changes covered by several PRs not yet merged. It seems like @cosenary hasn't been active on github...

What do you think about providing some option to not add the initial `trackPageView` on https://github.com/mike-spainhower/angular-piwik/blob/master/lib/angular-piwik.coffee#L176 ? I've setup my app to call `trackPageView` whenever UI router notifies me about...

Adds `setCustomDimension`, `getCustomDimension` and `deleteCustomDimension`. See https://github.com/piwik/piwik/issues/9129

**Describe the bug** **Please provide following details** 1. JiraCLI Version: ``` (Version="0.2.0", GitCommit="06888ef8934a2b95d4a729cc024f11e485239a36", GoVersion="go1.17.2", BuildDate="2021-11-20", Compiler="gc", Platform="darwin/amd64") ``` 2. Are you using Jira cloud or on-premise jira server? Also mention...

defect
help wanted
hacktoberfest

Currently, `json_encode(new S('hello'))` returns an empty object (`{}`). By implementing the JsonSerializable interface, we don't have to manually cast the Stringy instance to string before passing it to json_encode.

### Description According to [documentation](https://www.sanity.io/docs/js-client#delete-documents), a `params` property is supported when deleting documents by query: ``` client.delete({ query: "GROQ query", params: { key: value } }) ``` I assume the...

### Description #### The problem `sanity exec` can be used with TypeScript files since they are transpiled on-the-fly using the `@babel/register` configuration defined in [actions/exec/babel.js](https://github.com/sanity-io/sanity/blob/a3f7158016d63728a9b435e6ab444ff2b90fd424/packages/%40sanity/core/src/actions/exec/babel.js). Since the configuration does not...