Igor Loskutov

Results 28 issues of Igor Loskutov

Hey, it would be great to have possibility adding fields dynamically from code. Currently I don't see such functionality in source. It would be even better to have dynamic adding...

enhancement

When I have children for some of my rows, and dynamically changing input data (result=), i.e. just filtering it for some rows, I get error ``` Uncaught Error: Invariant Violation:...

v0

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior ```typescript Dinero({ currency: 'usd' as 'USD', amount: 1 }).add(Dinero({ currency: 'USD',...

bug

The issue seems to be quite simple; video.js changed how they expose their lib at some point (?) so the code import videojs from 'video.js'; require('videojs-hotkeys'); would yield `Uncaught TypeError:...

Hey, This PR adds a GitHub action that [on master push] uses a published latex docker container to automatically compile a pdf. I found it useful since for some reason...

It seems only dependency changes are needed here to bump it to React 18. (on the screenshot, React.version is printed) Note: I had to change IProps export to `export type`...

It's not so big of PR now! Works pretty well for me. Side note: I'm also currently use the code snippet from https://github.com/Meteor-Community-Packages/meteor-scss/pull/258/commits/a4f6b9c54584613d8c7d3c558307d6e52eacb62b#diff-2528c563afd9125ec438980adf8b65ca ``` for(const possibleFile of possibleFiles){ if (possibleFile.match(/\.css$/))...

- [ ] Feature request - [x] Bug report - [ ] Question `meteor` version: 1.11 `fourseven:scss` version: 4.12.0 How to reproduce: 1) add :not pseudoselector to any selector 2)...

`Meteor.settings.packages.mongo.reCreateIndexOnOptionMismatch` setting tries a wrong index name. # Steps to reproduce: - have an index `{ v: 2, unique: true, key: { services.resume.loginTokens.token: 1 }, name: "services.resume.loginTokens.token_1", sparse: 1 }`...

Project:Mongo Driver
needs-investigation

According to `discriminatedUnion` type definition, it accepts a list of at least two elements. My question is why is this implemented like this? Question arose for the reason that I...