Skip to content
#

performance

Here are 2,731 public repositories matching this topic...

KernelDeimos
KernelDeimos commented Nov 16, 2019

Description

Using the fetch API from WHATWG in Google Chrome, an image upload does not have Content-Type multipart/form-data. Instead, the content type is set to the MIME type (ex: image/jpeg) with a boundary parameter. Setting Content-Type explicitly to multipart/form-data should result in an error (and it does).

How to reproduce

Follow an existing image upload example from

patrickdevivo
patrickdevivo commented Mar 10, 2020

Hi there! I wanted to propose adding the following badge to the README to indicate how many TODO comments are in this codebase:

TODOs

The badge links to tickgit.com which is a free service that indexes and displays TODO comme

iris
asyslinux
asyslinux commented Dec 28, 2019

Dear developers. I write my custom specific web server for work with specific archive files, compression, encryption, etc. And i want to publish my web server under BSD-2-Clause license.

In my project i use Iris and Iris logger as basement.
I'm not going to use the name of your project to promote my project.

Can I publish my project under the BSD-2-Clause license?

Thanks.

ava
fastify
handsontable
addyosmani
addyosmani commented Dec 10, 2018

Feedback from @surma:

I feel like by default you should add a rootMargin to the IO to trigger the load before something comes into the viewport.

So, rootMargin defaults to "0px 0px 0px 0px", meaning the intersection will be computed between the root element's unmodified bounds rectangle and the target's bounds. This change would be made to https://github.com/GoogleChromeLabs/quicklink/b

k6
guess
romantomjak
romantomjak commented Jun 23, 2018

Describe the bug
Docs never mention that Vibora searches for a folder named templates, additionally template rendering varies depending on where from you execute the file.

To Reproduce
Given the following folder structure:

.
├── project1
│   ├── app.py
│   └── templates
│       └── index.html

When Vibora is run from root folder like so python3 project1/app.py it wo

BenchmarkDotNet
simonech
simonech commented Jun 24, 2019

For each Job, it adds plots about density, cumulative mean, and so on. But two files are named BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--density.png and BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--facetDensity.png, with the -- instead of single. Like some iteration variable is empty (since later there are names with -Default-
![image](https://user-images.github

ram-bv
ram-bv commented Apr 12, 2020

Stefan Behnel wrote:

No. "@cython.cfunc" declares a function or method as a pure C function,
without a Python interface to it, and for methods, it only applies to
extension types and not regular Python classes.

It's interesting that Cython allowed you to set it on the "__iter__" method
which cannot, in fact, be a C method because it's one of Python's special
methods. We s

amichair
amichair commented May 4, 2019

I think the explanations/requirements surrounding the parameter (e.g. in multiple and update tests) could be clarified a bit, e.g. in updates-ii 'query' is highlighted as a symbol, but in iii 'queries' is highlighted as a symbol, which is confusing as to what the correct parameter name is. I think the former might be a formatting typo.

Also, it refers to it as a query parameter, whereas in mult

Improve this page

Add a description, image, and links to the performance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the performance topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.