Dan M.

Results 21 issues of Dan M.

The documentation mentions a milestone called `data`, which I believe is supposed to occur when the values of an entity are changed. I'm attempting to perform some logging of updates,...

If you turn on "Show Formulas" in Excel, you can see a bunch of formulas at once. It would be great if you could then "beautify" or convert them to...

Feature

**Expected behavior** `@import "antd/dist/antd.less";` automatically searches in /node_modules/antd/ **Actual behavior** `@import "antd/dist/antd.less";` throws the following error and no css file is generated on save: > 'antd/dist/antd.less' wasn't found. Tried -...

### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/virtual-list-antd-5-0-7-forked-h2ck29?file=/demo.tsx) ### Steps to reproduce Open sandbox. Wait for it to load. Look at body of table. ### What is expected? Table body text is...

🐛 Bug

(This pertains to CRA w/ the `--typescript flag`.) Putting a loose d.ts file at the top level of src adds clutter and breaks the convention of putting all d.ts files...

issue: proposal
issue: typescript

List boxes have stopped working in the designer since upgrading to Visual Studio 2015. The following exception occurs if the items in the list box exceed the height of the...

[QUESTION] Is there any way to shorten the following with ES6 features? ``` return { op: this.op, lhs: this.lhs, rhs: this.rhs }; ``` I was hoping I could do something...

I'm not sure if this is feasible, but it would be extremely cool to have support for the entire array of ViewLocationConventions configured in the Nancy bootstrapper. For example, I...

Enhancement request: please add ReSharper JavaScript support non-web projects, such as "Nancy Application with Self-Hosting" projects. While editing a JavaScript file in a Nancy Application with Self-Hosting (essentially a console...

According to [rc-trigger > src > index.tsx](https://github.com/react-component/trigger/blob/858968c26585c7440ae948513045346c7b1eb682/src/index.tsx), the `action` prop should allow an `ActionType` *or* an `ActionType[]`: ```TypeScript export interface TriggerProps { children: React.ReactElement; action?: ActionType | ActionType[]; ``` However,...