47 Matching Annotations
- Dec 2023
-
developers.google.com developers.google.com
-
Web server applications
-
- Aug 2023
-
stackoverflow.com stackoverflow.com
-
application/xml: data-size: XML very verbose, but usually not an issue when using compression and thinking that the write access case (e.g. through POST or PUT) is much more rare as read-access (in many cases it is <3% of all traffic). Rarely there where cases where I had to optimize the write performance existence of non-ascii chars: you can use utf-8 as encoding in XML existence of binary data: would need to use base64 encoding filename data: you can encapsulate this inside field in XML application/json data-size: more compact less that XML, still text, but you can compress non-ascii chars: json is utf-8 binary data: base64 (also see json-binary-question) filename data: encapsulate as own field-section inside json
-
- Mar 2023
-
www.arengu.com www.arengu.com
-
like the one in the picture.
.
-
- Dec 2022
-
support.google.com support.google.com
-
You can find some benefits and limitations of each kind of space organization below.
-
- Nov 2022
-
-
When public clients (e.g., native and single-page applications) request access tokens, some additional security concerns are posed that are not mitigated by the Authorization Code Flow alone.
-
-
developer.twitter.com developer.twitter.com
-
In the guide below, you may see different terms referring to the same thing.
-
- Mar 2022
-
github.com github.com
-
There are a couple of reasons why you may want to do this.
-
-
code.visualstudio.com code.visualstudio.com
-
ambiguous and invisible Unicode characters
'е' != 'e'
-
- Jan 2022
-
github.com github.com
-
i implemented this myself this way:
code syntax highlighting: pasted both his highlighted version (as an image) and unhighlighted version (as text, so that it can be copied/pasted, indexed, whatever)
-
- Oct 2021
-
developer.mozilla.org developer.mozilla.org
-
A model for understanding equality comparisons
-
- Sep 2021
-
tailwindcss.com tailwindcss.com
-
Tailwind automatically removes all unused CSS when building for production
-
- Jun 2021
-
careerfoundry.com careerfoundry.com
-
These little trails of links help users figure out where they are within a website. Often located at the top of a site, breadcrumbs let users see their current location and the proceeding pages. Users are also able to click on them to move between steps.
-
-
pragmaticstudio.com pragmaticstudio.com
-
cookie-based authentication goes something like this:
-
Token-Based Authentication
-
-
github.com github.com
-
To better understand what is actually possible have a look at the full example
-
-
www.mutuallyhuman.com www.mutuallyhuman.com
-
I’m going to add the API Server as an actor to my first test sequence to give some granularity as to what I’m actually testing.
-
-
en.wikipedia.org en.wikipedia.org
-
Similarities in dialects[edit]
-
- May 2021
-
github.com github.com
-
None of the existing repository filtering tools did what I wanted; they all came up short for my needs. No tool provided any of the first eight traits below I wanted, and all failed to provide at least one of the last four traits as well:
-
-
github.com github.com
-
one of the following package repositories:
-
- Apr 2021
-
www.kickstarter.com www.kickstarter.com
-
The players plot to get the cards to yellow on player G's turn so he can lay down some Double Draw cards...
-
-
medium.com medium.com
-
The label and input were confused with body text, especially in dense compositions.
-
-
code.visualstudio.com code.visualstudio.com
-
Show/hide output and metadata differences in the diff editor
-
We are continuing an overhaul of our default startup editor in order to provide relevant extension-contributed tips and walkthroughs, intended to make both core VS Code features and extension contributions more approachable to new users.
-
We continued improving our support extending the Markdown renderer in Notebooks.
-
- Mar 2021
-
github.com github.com
-
This repo is currently unmaintained. The code hasn't been updated for a while. But not all is lost, antimicro has a future!
Have to read on to understand...
-
-
-
Using these attributes will show validation errors, or limit what the user can enter into an <input>.
-
-
www.kickstarter.com www.kickstarter.com
-
Design SHOGI pieces have been redesigned with new iconography to indicate the piece’s movement.
-
-
trailblazer.to trailblazer.to
-
Visualized, our new composed structure would look as follows.
-
- Feb 2021
-
github.com github.com
-
Tree Navigation
-
-
github.com github.com
-
So, what can we do to check for None in our programs? You can use builtin Optional type and write a lot of if some is not None: conditions. But, having null checks here and there makes your code unreadable.
-
-
github.com github.com
-
Here comes a sample screenshot.
-
-
github.com github.com
-
It requires an account to update, but the other inputs are optional. If they're missing, it'll ignore those attributes. If they're present, it'll update them.
-
-
github.com github.com
-
-
but there is some things I don't like in reform
-
-
www.convinceandconvert.com www.convinceandconvert.com
-
The blog A Life Of Productivity uses double opt-ins to make sure that people signing up for the email newsletter really want to read it. If a site visitor was somehow subscribed by accident, the subscription won’t go through unless they click the verification button sent to their email address.<img class="aligncenter size-full wp-image-32479" src="https://www.convinceandconvert.com/wp-content/uploads/2016/05/A-Life-of-Productivity.jpg" alt="A Life of Productivity" width="724" height="549" />
-
- Jan 2021
-
github.com github.com
-
Previewing You can create a controller that gets the email and then renders the body from it.
mailer preview
-
-
github.com github.com
-
The following Sankey flow diagram shows the current glyph sets included:
-
-
developer.mozilla.org developer.mozilla.org
-
The background-origin CSS property sets the background's origin: from the border start, inside the border, or inside the padding.
-
-
material.io material.io
-
Small components can set the size of their corner shape using a percentage of the absolute height of the component. This means the corner shape will change as the component height changes.
-
- Dec 2020
-
github.com github.com
-
With this change, we can re-run preload when the session store changes, e.g. as a result of something like this in a nav bar:
-
-
-
Slot element doesn't support bind:this, but it's fallback child does.
-
-
github.com github.com
-
I think the main difference between the two are the way API are served. Some smelte components need you to input big chunk of json as props, while i prefer keep props as primitive types and in the other hand give you different components tags to compose.
-
- Nov 2020
-
github.com github.com
-
With the advent of JavaScript modules (import and export), it's possible to build libraries that are tree-shakeable. This means that a user of your library can import just the bits they need, without burdening their users with all the code you're not using.
-
- Oct 2020
-
-
The most dangerous kind of assumption is the one we don’t know we have. In Rumsfeldian, that’s an “Unknown unknown.”
-
-
medium.com medium.com
-
Modules from the following layer can require anything from all the previous layers, but not vice versa.
-
-
-
andrewdeandrade commented on Jul 31, 2015
locked issues that I would comment on if I could: Can't react to comment because locked. Want to thumb up.
-
-
-
by using tagged templates we can inline function calls
(below)
-