David Hewson

Results 28 issues of David Hewson

I narrowed this down to having any files in `.hg/store/data` that end with `.d` they appear when I commit a binary of a zip or anything large to my repo...

I ran the scraper

* Operating System: windows (also ubuntu) * Node Version: 16.13.1 * NPM Version: 8.4.0 * webpack Version: 5.67.0 * karma-webpack Version: 5.0.0 ### Expected Behavior tests run without lots of...

Just reading through this but looks like they finally got round to it https://medium.com/slack-developer-blog/standard-practice-slack-web-openapi-spec-daaad18c7f8

They've made it so you can added buttons to messages that come from Apps https://api.slack.com/docs/message-buttons Mostly means some changes to attachments

enhancement
help wanted

`PostMessageRequest` requires attachments to be already encoded as json but the crate no longer does any encoding for the attachment types that exist i used to create a vector of...

```import FloatingVue from 'floating-vue'``` started giving this error in a webpack based project with nothing weird going on for import resolution ```error Unable to resolve path to module 'floating-vue' import/no-unresolved```...

floating-ui allows shifting but with a limit so that for example content can shift with scroll but when the target scrolls of screen so too does the popover https://floating-ui.com/docs/shift#limiter

[`globalThis`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis) will work in other environments than the browser where `this` is not defined as the global object at the top level falls back to `this` so to keep IE...