Mike Frysinger

Results 72 issues of Mike Frysinger

currently the chrome app shipped to end users include all nexe files for all architectures which can waste ~10MB of disk (and whatever network transfer overhead) the [manifest.json format](https://developer.chrome.com/native-client/devguide/distributing) actually...

we normally use `"""` for our triple quoted strings. but we have a string that ends with a `"`, so we switched it to `'''`. we can't end with `""""`...

the `Makefile.in` files contain a lot of hand written logic to deal with dependency info and dist targets (among other things). it would be nicer to convert it all to...

here are the specs for the jsdoc tags: * [@namespace](https://jsdoc.app/tags-namespace.html): The `@namespace` tag indicates that an object creates a namespace for its members. * [@memberof](https://jsdoc.app/tags-memberof.html): The `@memberof` tag identifies a...

##### Relevant issues ##### Contributor checklist - [x] Provide tests for the changes (unless documentation-only) - [x] Documented any new features, CLI switches, etc. (if applicable) - [ ] Server...

stale
enhancement

In order to utilize some web features like SharedArrayBuffer via localhost, COOP & COEP headers have to be set. Add an --coop option to let people easily opt-in to them....

### Bug description ``` # This module is named "gzip". #!/usr/bin/python3 """Test""" import gzip gzip.main() ``` ### Configuration _No response_ ### Command used ```shell pylint gzip ``` ### Pylint output...

topic-import-system
False Positive 🦟
Needs PR

### Bug description ```python # pylint: disable=missing-module-docstring, pointless-statement from typing import ( Any, AnyStr, Callable, Collection, Dict, Generator, Iterator, # pylint: disable=unused-import List, Optional, Tuple, Union, ) Any AnyStr Callable...

Enhancement ✨
False Positive 🦟
C: Pragma's
Needs PR

i propose we require C99 in GD-2.3+. it's the default in gcc/clang and has been for some time, and none of us are really testing elsewhere. are there any platforms...

how do people feel about killing off support for non-UTF8 (of which ASCII is a subset) encodings ? that means if anyone wants to pass in a string buffer, they...

enhancement
feedback requested