knod

Results 53 issues of knod

From what I understand, there isn't currently something similar to a `template`, but for fields instead of strings. That is, a way to abstract fields for reuse in the same...

It may have been to the previous commit, but it may have been further back. It's happened to me three or four times in the past week. I'm putting what...

From what I understand, for inputs and such it's more accessible for the labels and names of the fields and field sections to have human-understandable meta text. - https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#UI_controls (see...

Are there browsers/devices that don't work for docassemble or that have serious problems with it? If so, it'd be good to have an automated message for users using them about...

Using move.set( 'left'... and move.set( 'top'..., I'm attempting to move my animations slowly across the screen, sometimes 2% towards the left, 3% towards the top in 4 seconds. When I...

This module could pretty easily be converted to be front end friendly by removing the need for 'fs'. Since the stopwords files are the only things being accessed with 'fs',...

This line has been giving me unexpected issues and I'm thinking of removing it: https://github.com/ageitgey/node-unfluff/blob/master/src/formatter.coffee#L71 (`txt = txt.replace(/(\w+\.)([A-Z]+)/, '$1 $2')`). What is its purpose? What side-effects might I get from...

This is one way to take fs out of the picture - change txt files to json and make one file that refers to all the json files. This is...

Method 2 gets rid of all separate language files and instead uses one object directly containing all the necessary strings. Data only needs to be changed in one place when...

Is there a way to adjust the volume for all types of players, not just a specifically named one? The example in the README says `{ afplay: ['-v', 1 ]...