laventnc

Results 14 issues of laventnc

Can't figure out how to get the npm package to work within a es6 module. e.g., ``` import 'jquery-ui/ui/widget'; import 'selectboxit/src/javascripts/jquery.selectBoxIt'; import 'selectboxit/src/stylesheets/jquery.selectBoxIt.css'; $.widget( 'qubit.selectBox', $.selectBox.selectBoxIt, { } ); ```...

When reading an xlsx file, with cell values as "" _(empty)_, SkipBlankLines fails skip the line ([because it checks for null](https://app.codecov.io/gh/hughbe/excel-mapper/compare/51/diff?src=pr&el=tree#diff-c3JjL0V4Y2VsU2hlZXQuY3M=)). Shouldn't an empty cell be treated the same way...

I have defined a plugin to add a function to the $dayjs() object: ``` // plugins/dayjs.js export default (option, dayjsClass) => { dayjsClass.prototype.addWeekdays = function (numDays) { const direction =...

Is there something that I'm missing here... I have xml comments included (as described in the [documentation](https://github.com/domaindrivendev/Swashbuckle.AspNetCore#include-descriptions-from-xml-comments) and in [this issue](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/1676)). However, with a setup similar to the following: ```...

needs investigation
help-wanted

When using 'formatPrefix' _(which is preferred because it treats the precision as the number of digits past the decimal)_ it places the si prefix outside of the parentheses. 'format' handles...

#### Expected behaviour When using the 'cumulative' option & changing the date-range, I would expect the chart to start at 0 _(e.g., on point 1 in the range, the value...

Product: Highcharts Stock
Type: Feature Request

I can come up with a jsfiddle if you would like, but since it's pretty simple I thought I would just describe it. When using the component with 'autoDecimalMode' on,...

When I try to delete the rows I don't want, it fails to work with PyAlgoTrade... Is there anyway to specify a Start and End date when grabbing the data?...

Given that we already have `(add/subtract)Days, Weeks, etc.` functions for every available `Unit`, is there a reason we don't define a generic `add/subtract` function that allows the called to pass...

### Environment **Vuetify Version:** 3.6.4 **Vue Version:** 3.4.27 **Browsers:** Chrome 124.0.0.0 **OS:** Windows 10 ### Steps to reproduce 1. Specify [global defaults](https://vuetifyjs.com/en/features/global-configuration/#setup) props for the base component `Field`: `bgColor, color,...

S: triage