Álvaro
Álvaro
First of all, congratulations for the script! It seems to work quite well in general. I found a couple of small problems, this is one of them as you can...
I'm trying to install a game (F18 hornet https://www.macintoshrepository.org/5468-f-a-18-hornet-2-0-1) 1. I transferred it through the Unix folder. 2. I move it to the desktop 3. I successfully uncompress it. And...
I would like to remove the require.js dependency from my project. Isn't there any simple way of **dynamically** load a component without using require? At the moment I'm using the...
I find myself having to deal with a big amount of HTML and I would like to make things easier for development by splitting the code in different files. I'm...
As detailed in https://github.com/bevacqua/dragula/issues/165, it would be nice to have a way to tell dragula if we are sorting vertically or horizontally. This provides a function that gives us the...
Add regex to match numbers with comma for thousands and dot for decimals: 1,999,999.88
Is there a way to programatically hide the toolbar?? So far I only found this one: ```js $('.medium-editor-toolbar').removeClass('medium-editor-toolbar-active'); ```
I found this shader online and I was wondering how to implement it using gl-transitions. ```js uniform float mixer; uniform sampler2D tDiffuse; uniform sampler2D tSphere; varying vec2 vUv; //idea //https://www.decarpentier.nl/lens-distortion...
As long as I add the row-reverse property the slider stops working: ```css .swipe-wrap{ display: flex; flex-direction: row-reverse; } ``` Reproduction online: https://jsfiddle.net/1t8b5746/2/ Not quite sure if there's a solution...
The other day taking a look at some top ranking users I discovered some are reported to have thousands of stars they do not really have. An example of it...