dsl101

Results 24 issues of dsl101

I'm using a logistic regression classifier as part of an app to process RSS feed items. I've selected just 2 random items to train on as a test, but can't...

I've been trying to experiment with the results comparing the 2 classifiers, and the docs suggest one should be a direct replacement for the other (see opening para [here](https://github.com/NaturalNode/natural#classifiers)). But...

Improvement

The regex in `config.js` doesn't match my `configuration.php` layout (Joomla 2.5) - it uses `var` instead of `public`. The fix is simple - just remove the 'public' prefix and leave...

I couldn't see anything specific on this, but I have a use case where I'd like the same portal content be displayed in 2 different places. I've created 2 ``...

**What rule do you want to change?** vue/multiline-html-element-content-newline **Does this change cause the rule to produce more or fewer warnings?** Fewer if new option set **How will the change be...

I guess there may be many reasons _not_ to do this, but I have a linux machine running Arch / SDDM / Wayland and I'd love to have waynergy running...

Is it possible to add support for the css property `font-variant-numeric: tabular-nums`? For example, the Montserrat font appears to support this (tested in Firefox), but not Raleway. Codepen: https://codepen.io/dsl101/pen/oNGabBL Screenshot:...

I have objects similar to this, and need, for some keys, a custom merge to sum properties: ``` const thing1 = { userId1: { shares: 3 } } const thing2...

I'm using firebase as a backend for storage, and it has the interesting feature that it can't store javascript Date objects. Whilst I'm in the process of discussing this with...

enhancement

The documentation suggests the `` block will use whatever syntax is used for regular `.js` files, but I'm getting very different results in Vue SFC `` vs plain `.js` files....