alaksandarjesus

Results 13 issues of alaksandarjesus

I am learning esbuild and want to test with a simple project. I am struck on moving the src/index.html to dist/index.html Is there any loader available that runs or moves...

Hi I am trying to set the default locale and my configuration is as below. `var localeConf = { basePath: 'languages', defaultLocale: 'ta-IN', sharedDictionary: 'common', fileExtension: '.lang.json', persistSelection: true, cookieName:...

Considering myself as a noob and couldnt figure out how to use setItem and getItem. I am getting error at this point. ` this.localStorage.setItems$.subscribe("cities", "Hello world");`

I followed the procedure as in https://github.com/judge0/judge0/blob/master/CHANGELOG.md#deployment-procedure on a fresh ubuntu server and tried to deploy With HTTPS (SSL/TLS) I created a subdomain and confirmed it is working by ping...

problem

I am trying to create a monaco editor based application and some projects jquery and jqueryui. I assume the outputFormat will load the scripts globally. But not sure how to...

I did a new webpack installation and my package.json ``` "webpack": "^5.9.0", "webpack-cli": "^4.2.0", "webpack-mix": "^3.0.0" ``` My webpack.mix.js ``` let mix = require('webpack-mix'); /* |-------------------------------------------------------------------------- | Mix Asset Management...

Thank you very much for this script and keeping it opensource. The checkbox parser tick is expected to match the original version of the editable pdf. How can i get...

I am trying to integrate gridjs with gridjs-angular and for server side rendering, i want to use service instead of server config object as in documentation. Why? So i could...

Hi. I tried all the below code Document const url = 'https://putsreq.com/bWVINoAIwR78cl7ajqhX'; // Using Jquery jQuery.ajax({ url: url, type: 'POST', dataType: 'json', contentType: 'application/json', processData: false, data: '{"foo":"bar"}', success: function...

Is there a way to check the spelling of the words, and highlight the misspelled words and to programmatically create sticky note on that specifc word

enhancement