Darren Schnare

Results 8 issues of Darren Schnare

The `@reference` directive doesn't seem to be working. Here's my LESS files: Content/Styles/main.less: ``` less // @reference variables.less body { color: red; } ``` Content/Styles/variables.less: ``` less @link: #8cbf33; @linkHover:...

**What is the current behavior?** The `getSuggestionItemProps` function derives the `key` prop based from the value of `suggestion.id`, but `id` is not part of the officially documented specification for the...

Expected my ` ` entities that help to remove orphans to be preserved.

```json { "peerDependencies": { "mapbox-gl": "^0.41.0

bug
auto-triaged

Seems to be an error when trying to run the `open()` method. ``` at Function.open (....../node_modules/git-repository/lib/Repository.js:198:14) ``` This is line 198 in `lib/Repository.js`: ``` return regeneratorRuntime.async(function open$(context$2$0) { ``` **Node:**...

## Description Be able to opt out of loading .env files. ## Motivation When attempting to migrate our monorepo to use Nx, we have encountered a challenge where our existing...

type: feature
scope: misc

Hello, I'm wondering how I might efficiently model a reverse skill such that if a vehicle has refused to accept a shipment for work then the vehicle would have a...

question