...is that there is no guarantee that AJAX responses are evaluated in the same order as the original requests. The effect for the user is that the search results are...

...for small applications is to make the observe frequency low enough that out-of-order responses become unlikely enough. Try to poll the query field for changes every 0.75 seconds...

makandra dev

...file), all loaders (which are usually npm modules) are run on it in reverse order. First, the sass-loader converts SASS to regular CSS. Then, the postcss-loader uses PostCSS...

...will always be called after listeners registered directly on a descendant, regardless of the order in which the listeners where added. Info jQuery has some complicated code in place to...

...indices like 99999 should never actually be needed. Creating a new stacking context In order to create a stacking context with the least possible side effects, use the isolation property...

...the database, so you need to save the model after removing its attachment in order to persist its removal (the file is gone nonetheless, but without saving the model would...

makandra dev

...works as well). For .tar.bz2 archives, use j instead of z (tar xjvf ...`) In order to create a *.tar.gz archive, use -c flag instead of -x flag.

...will still work. If you have multiple deferred scripts, they will run in the order they appear in the HTML, regardless of how long individual scripts take to load.

...and git will do the magic for you and bring them in the right order. However, as git --fixup wants a ref to another commit, it is quite annoying to...

github.com

...and Object.assign map, reduce, filter Pure Functions, Side Effects and State Mutation Closures High Order Functions Recursion Collections and Generators Promises async/await Data Structures Expensive Operation and Big O Notation...

...ignoring spaces and punctuation. It sorts upper and lower case letters together. So the order will be something like a A b B c C Then, spaces and punctuation are...

makandra dev

Allowing multiple origins The ACAO header can only contain a single value. In order to allow a whitelist of origins, the server must check incoming requests against a list...

project.recalculate_statistics! end Both find_in_batches and find_each return records ordered by ID because they need to be able to iterate in batches. Modern Rails will...

...raise an error if you try order yourself. If you are on Rails 2.3, be aware that find calls inside the block are implicitly scoped. This is fixed in Rails...

...are unnecessary and hard to resolve conflicts as well as incorrect auto-merges. In order to avoid this, always merge the production branch back to the main after the cherry...

makandra dev
unpoly.com

Unpoly 3.11.0 is a big release, shipping many features and quality-of-life improvements requested by the community. Highlights include...

makandra dev
github.com

...include a reference to an index it's using? Does it come with an ORDER that you could maybe drop (reorder(nil)) depending on your API requirements?

makandra dev

...if not otherwise configured. But there are some steps I had to take in order to make it work. Don´t overwrite #after_sign_out_path_for in the SamlSessionsController...

...another commit. git-reset[1] is about updating your branch, moving the tip in order to add or remove commits from the branch. This operation changes the commit history.

makandra dev

Array.prototype.push() 0 ms $.fn.add() 28 ms ... Because jQuery collections are always in DOM order. In general jQuery trades correctness in all edge cases and legacy browsers for performance.

...deliberate, and only contain changes that you really want to be in there. In order to reduce the chance to accidentally commit something you didn't intend, review your changes...

psql (client) and postgres server versions do not have to match in order for the import to work. For example, can use client version 16 to connect to...

specifies which input stream is used for each output stream, in the order of the definition of output streams. -map 0:a the audio stream from the first...

web.archive.org

...x536897 commit 2 pick c01a668 commit 3 Each line represents a commit (in chronological order, the latest commit will be at the bottom). To transform all these commits into a...

...the following processes to split up the changes into several commits in a logical order: #1 Splitting up the last n commits into m commits #2 Adding changes to a...

HTTP header values must only contain low-ASCII (7-bit) characters for safe transport. From RFC 7230: Historically, HTTP has...