Steve 'Cutter' Blades

Results 9 issues of Steve 'Cutter' Blades

I have a `precommit` lifecycle script that generates a file and does a `git add`. My npm `release` script uses the `-a` flag to make sure that file is included...

question

**Describe the bug** I am creating my input using a preexisting control, using the IMaskMixin. When I attempt to use a `useRef` for my inputRef I receive the following error....

I have a library of React components. Within this library, I'm applying `react-imask` to the input control of my DateTimePicker. Within Storybook, everything is fantastic. But, once I use this...

bug
Breaking Change

Not sure what the actual implementation would be here, but would be helpful if the formatting Presets were also available for parsing. Something like: ```js const dateObj = DateTime.fromPreset('10/08/2020', DateTime.DATE_SHORT,...

issue: enhancement

There are tutorials on how to dynamically add and remove rows from a grid, each revolving around updating the 'data' array in grid options. This works beautifully for including new...

help wanted

So I was playing around with the `@next` build of `react-input-mask`, and specifically the bit about being able to wrap custom components. I was making some progress, but notice the...

Consider the following ``` const formatter = new Intl.DateTimeFormat("en-US", { weekday: "short", year: "numeric", month: "2-digit", day: "2-digit" }); const myDate = "2024-02-14T16:00:00.000Z"; const myDate2 = "2024-02-15T16:00:00.000Z"; console.log(formatter.formatRange(new Date(myDate), new...

bug
c: datetime
s: blocked

So I followed the docs ```javascript import LinvoDB from 'linvodb3'; import Level from 'level-js'; // had to this way due to my build process LinvoDB.defaults.store = { db: Level };...

I have a very small database right now (about 5,000 records), with indexes on the two fields I search on, 'artist' and 'title'. I have the following method created for...