Results 19 issues of David Lee

Given the following skhdrc: ```sh a : echo "do this" :: mymode ctrl - m ; mymode mymode < a : echo "in mymode – do this" mymode < b...

I'm seeing an inconsistency in the output of the DXF exporter between having `usePOLYLINE` enabled and disabled. I'm in the process of reducing a reproducible case to the point where...

help wanted

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

triage

Assume that we have a `PARENT` event a `CHILD` event which is an `m.replace` of `PARENT`, sent a long time after `PARENT` was sent (so there are some pages between...

### Issue I'm getting noisy logs from this library despite setting `loglevel.getLogger("matrix").disableAll()`. ### Cause https://github.com/matrix-org/matrix-js-sdk/blob/acbcb4658a5d5903dfd557e3e115241d0a6f38bb/src/models/event-timeline-set.ts#L30-L38 https://github.com/matrix-org/matrix-js-sdk/blob/acbcb4658a5d5903dfd557e3e115241d0a6f38bb/src/timeline-window.ts#L34 `loglevel` applies `setLevel` by replacing the relevant methods on the logger object: https://github.com/pimterry/loglevel/blob/f0187213feb6495630545a34a3b91633db47a1ee/lib/loglevel.js#L86-L97 If...

Installing `matrix-js-sdk` as a git dependency (e.g. for a fork of the repo) in certain browser dev environments – like `create-react-app` – breaks builds. (I don't think this issue is...

Using an account that has some threads, I get the following warning around the first sync: ``` MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 Thread.update listeners added. Use emitter.setMaxListeners() to...

When sending an event as a reply to a thread using the default `"chronological"` `pendingEventOrdering`, I'd expect the reply to appear in the thread's `timeline` as soon as `sendMessage` is...

I was getting a lot of glitches on 0.4.2 using Analogue OS 1.1 beta 7. This was happening on every ROM I tried (all .md / .bin, no .smd). For...

I'm using the TSR estimator for multitouch gestures that can be arbitrary number of points (something like `estimate('tsr', touchesBefore.map(clientPosition), touchesAfter.map(clientPosition))`). When doing this with some single-touch point sets, I found...