Karl Schellenberg
Karl Schellenberg
``` Sticky.prototype.destroy = function destroy() { var _this6 = this; this.forEach(this.elements, function (element) { _this6.destroyResizeEvents(element); _this6.destroyScrollEvents(element); if(element.dataset.stickyWrap){ element.parentNode.parentNode.insertBefore(element,element.parentNode); element.parentNode.removeChild(element.nextSibling); } element.removeAttribute('style'); delete element.sticky; }); }; ```
I've written an `additionTask` for `critical css`: ``` additionalTasks: { initialize(gulp, PATH_CONFIG, TASK_CONFIG) { var projectDestPath = path.resolve(process.env.INIT_CWD, PATH_CONFIG.dest); var revManifestPath = path.resolve(projectDestPath, 'rev-manifest.json'); gulp.task('criticalCss', function () { loadJsonFile(revManifestPath).then(json =>...
Hello, ``` [Vue warn]: Failed to mount component: template or render function not defined. found in ---> at src/html/components/test.vue ``` I'm getting this error while trying to setup Vuejs SFC's...
Hello, I've started cross browser testing on my project and everything works fine (when i run yarn run blendid) on most of the browsers however Edge/IE11, am I missing something?...
this rule: ``` { from: '^/test|ing/', to: '/final', statusCode: 301, }, ``` redirects to `/final%7C/final`, should redirect to `/final`
Adding something like this does not work: `text-5xl-fluid md:text-base-fluid` any workaround for it?
Is it possible to add Share on Signal?
- [ Yes] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported - [Yes ] I have tested the latest version ## Summary I tried:...
I'm using Quicknode rpc to fetch all nfts by owner... Everything was working fine for months, but now QN has put a limit on getMultipleAccounts to improve the performance. So...