fralonra
fralonra
`http://documentcloud.github.com/backbone/` -->> `http://backbonejs.org/`
When I ran `nba-go g` in a git bash tool on WIN10, the following error occurred: ``` (node:21280) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'width' of undefined at Object.render (C:\Users\user\AppData\Roaming\npm\node_modules\nba-go\node_modules\cfonts\index.js:464:121) at...
`vux-uploader` 目前是针对图片上传功能设计的,但在实际使用中,用来上传其他类型的文件也是可行的。 请问是否有计划正式地支持其他非图片的文件的上传功能? 可做的更改举例: 1. 上传非图片文件时去除图片预览,仅显示文件名 2. 支持设置 accpet 属性
Hi, all. I noticed that the support for WebP is not all done. See https://github.com/image-rs/image/blob/702c1e7a02508eead031d4846c6ddac8e4f679be/src/codecs/webp/decoder.rs#L101 The comment below says: `Alpha, Lossless and Animation isn't supported`. I dont know why not...
Importing types from packages like [csstype](https://github.com/frenic/csstype) seems to make maintenance of `css-properties.d.ts` easier. Is it worth a try?
- [x] https://github.com/fastify/fastify/compare/86e1364...b9fcf3f (#230) - [x] https://github.com/fastify/fastify/compare/b9fcf3f...f2982a2 (#231) - [x] https://github.com/fastify/fastify/compare/f2982a2...29c2af1 (#232) - [x] https://github.com/fastify/fastify/compare/29c2af1...4ac1554 (#233) - [x] https://github.com/fastify/fastify/compare/4ac1554...5df27c2 (#234) - [x] https://github.com/fastify/fastify/compare/5df27c2...449fc5c (#235) - [x] https://github.com/fastify/fastify/compare/449fc5c...a927f5d (#236) - [x]...
https://github.com/fastify/fastify/compare/c872f0b...1b49c5b - https://github.com/fastify/fastify/pull/3189 - https://github.com/fastify/fastify/pull/3291 - https://github.com/fastify/fastify/pull/3335 - https://github.com/fastify/fastify/pull/3336 - https://github.com/fastify/fastify/pull/3345 - https://github.com/fastify/fastify/pull/3352 - https://github.com/fastify/fastify/pull/3400 - https://github.com/fastify/fastify/pull/3407 - https://github.com/fastify/fastify/pull/3436 - https://github.com/fastify/fastify/pull/3438 - https://github.com/fastify/fastify/pull/3445 - https://github.com/fastify/fastify/pull/3453 - https://github.com/fastify/fastify/pull/3464 - https://github.com/fastify/fastify/pull/3470 -...
fix typo: procotol -> protocol
### Describe the bug I used `spack` to bundle CJS module into ESM and failed. Firstly import a CJS module in an ESM module. Sencondly import that ESM import in...