Skip to content
#

performance

Here are 2,535 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

ava
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.

jlarmstrongiv
jlarmstrongiv commented Jul 2, 2019

What are you trying to achieve?

AWS released Lambda Layers to facilitate sharing libraries and binaries across lambda functions.

With Lambda Layers, adopting Sharp.js into any AWS Lambda Node.js project will be a breeze. Plus, there will be less setup, confusion, and errors surrounding compiling for the lambda execution environment.

I appreciate the existing installation instructio

fastify
asynclog
asynclog commented Dec 25, 2019

请补充如下信息。

期望的表现和实际的表现。(如有)
依赖DoKit的私有库 pod lint 的时候不用加 --allow-warnings

问题重现的步骤。(如有)
创建个pod 库依赖DoKit, 执行 pod lib lint

Android 还是 iOS?系统版本是多少?手机品牌是什么?(如有)
iOS

其他的错误信息和堆栈信息如果有也可以一并提供出来。(如有)

    - WARN  | xcodebuild:  DoraemonKit/iOS/DoraemonKit/Src/Core/Category/UIImage+Doraemon.h:12:12: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _
demianrenzulli
demianrenzulli commented Nov 23, 2019

Is your feature request related to a problem? Please describe.

Cache-Control headers can affect prefetching, making the experience of implementing Quicklink vary, depending on the developer backend / CDN configuration, without s/he knowing what's happening.

We know that: _"Prefetched files are stored in the HTTP Cache, or the memory cache (depending on

guess
jprats89
jprats89 commented Nov 25, 2019

Picture tags are not working in IE11.

Steps to Reproduce

If you go to demo site https://apoorv.pro/lozad.js/demo/ and scroll to the picture tag example you will see the next error by IE console:
SCRIPT438: Object doesn't support property or method 'append'
File: lozad.min.js, Line: 9, Column: 323

Possible Solution

I solved with the this pollyfill, but there may be better soluti

XZHhengge
XZHhengge commented Apr 26, 2019

├── helloworld.py
├── static
│   ├── css
│   ├── images
│   └── js
├── templates
│   └── index.html

app = Vibora(
    template_dirs=['.'],
    static=StaticHandler(paths=['.'],
    host='127.0.0.1',
    )
)

@app.route('/index')
async def index():
    return await app.render('index.html')

index.html
`<img src="/static/images/bms.png" class="img-responsive center-blo

masahi
masahi commented Nov 27, 2019

With v0.6 adding quantization support, I think it is good time to add documentation on our quantization story.

There have been many questions on the forum, some of which are listed at the bottom. I myself have recently become interested in the topic, but I'm having hard time digging through the forum, github issues, PRs etc.

It would be great if we could add an end to end quantization usag

BenchmarkDotNet
bhauer
bhauer commented Nov 19, 2019

We are considering adding a tag to framework metadata to indicate that the maintainers of a given framework have verified the implementation. We believe this would be useful to readers of the content, to understand which frameworks' implementations have seen review by maintainers.

See the [wiki entry about a Verified tag](https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Verified-Tag

jtheberge
jtheberge commented Jan 6, 2020

Please describe the feature/suggestion
With modern browsers, brotli is the new competitor for compression methods. The site currently only offers minified + gzipped sizes.

Describe the solution you'd like
It would be great to have minified + brotli sizes as well for comparisons. Then download times would be different for gzip and brotli, though. In that case, it'd be nice to have down

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.