Yonatan Kra

Results 42 issues of Yonatan Kra

Running a simple test gives the error before the test runs: ``` Details: /node_modules/clet/lib/validator.js:80 var _filename = (0, _dirnameFilenameEsm.filename)(import.meta); ^^^^ SyntaxError: Cannot use 'import.meta' outside a module ``` This happens...

I'm seeting my options like this: ``` const postcssPlugin = postcss({ inject: false, extract: false, autoModules: true, plugins: [autoprefixer], use: { less: { javascriptEnabled: true, }, }, }); ``` But...

Here's the plnkr: http://plnkr.co/edit/MAjaBO3Bpe3mf04JxWpo?p=preview Simply open one of the column menus and see it doesn't show in the right place. Using this code in the `repositionMenu` function: ``` if (column.grid.isRTL()){...

type: bug
good first issue

This is my setup: ``` uses: denoland/deployctl@v1 with: project: {ENV.PROJECt} root: dist/apps/docs entrypoint: https://deno.land/[email protected]/http/file_server.ts ``` 1. Is there a way to force http2 connection? 2. Is there a way to...

Hi, When using the form fields (mainly text field) and adding the `list` attribute, it has no effect. This happens because the data list is outside the shadow while the...

As shown [here](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/menuitem_role#examples), in order to create a link out of a menu item, one should set the list item (e.g. fast-menu-item) with `role="presentation"` and set the anchor itself with...

status:under-consideration

Here are my defs: ``` /** * @ngdoc method * @memberof ui.grid.columnsFilters.service:uiGridColumnsFiltersService * @name filterPopupStyle * @description Calculates the column filter's popup absolute position * @param {event} $event the event...

Hi, GREAT service! Thanks! I have 2 questions: 1) In the docs you write: `Avoid duplicating event handlers when a user navigates back and forth between routes:` I've found this...

- [ x ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description When running `serve` command for a library with `implicitDepndencies` I'd sometimes want to use `dependsOn:...

type: feature
scope: core

### In this PR: - [x] Setup docs tests - [x] Address docs:serve race condition ### In future PRs: - [ ] Handle build errors: an error in any build...