Beth Rennie

Results 47 issues of Beth Rennie

Currently I can't use `postcss-modules` due to not being able to access the loader context or get the bundle name of the processed file, so I can't generate `modules/[name].json` for...

These types are required as output buffers for `PssWalkSnapshot`: - [`PSS_AUXILIARY_PAGE_ENTRY`](https://docs.microsoft.com/en-us/windows/win32/api/processsnapshot/ns-processsnapshot-pss_auxiliary_page_entry) - [`PSS_VA_SPACE_ENTRY`](https://docs.microsoft.com/en-us/windows/win32/api/processsnapshot/ns-processsnapshot-pss_va_space_entry) - [`PSS_HANDLE_ENTRY`](https://docs.microsoft.com/en-us/windows/win32/api/processsnapshot/ns-processsnapshot-pss_handle_entry) (note: this type also has embedded structs and unions) - [`PSS_THREAD_ENTRY`](https://docs.microsoft.com/en-us/windows/win32/api/processsnapshot/ns-processsnapshot-pss_thread_entry) - [`PSS_HANDLE_FLAGS`](https://docs.microsoft.com/en-us/windows/win32/api/processsnapshot/ne-processsnapshot-pss_handle_flags) - [`PSS_OBJECT_TYPE`](https://docs.microsoft.com/en-us/windows/win32/api/processsnapshot/ne-processsnapshot-pss_object_type)...

missing api

Given the following schema: ```json { "$schema": "https://json-schema.org/draft/2019-09/schema", "$id": "http://example.com/schema.json", "title": "Schema", "type": "object", "properties": { "foo": { "$ref": "#/$defs/foo" } }, "required": [ "foo" ], "$defs": { "foo": {...

enhancement

It would be nice to have the option to treat undefined values as if they were not present, so a schema like ``` { "type": "object", "properties": { "foo": {...

enhancement

When launching an experiment that uses a feature that sets prefs, there is now the option to exclude any users that set the prefs set by the feature. This is...

The WTFPL has some issues (see: https://github.com/dimitri/el-get/issues/474, notably "public domain" does not exist in certain parts of the world). Would you consider re-licensing under something like CC0, which, if "public...

Hi there! I like the library very much, but I would like to use it an an application running on a tokio event loop. I would be willing to do...

Due to the blocking nature of slack-rs's event loop, if another thread sends a message it will take up to 70s for the message to actually get sent to slack.

- [x] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. ## Issue From a cursory glance, it looks like [plugins are converted...

area/docs
area/scripts

Feature disabling was originally implemented as a hack so that we would limit the visible features to those that are currently in the most recent manifest. However, that runs into...