Harry Adel

Results 39 issues of Harry Adel

I tried to apply what we learned in https://github.com/meteor/blaze/pull/331 Relevant issues: https://github.com/meteor/meteor-feature-requests/issues/48 https://github.com/meteor/meteor/issues/1009#issuecomment-307090385

Project:Docs
Project:DDP
Project:Webapp
Project:Mongo Driver
Project:JS Environment
Project:Webapp:Browser Policy
pending-tests

The [dependencies](https://github.com/meteor/meteor/blob/devel/packages/fetch/package.js#L8) in fetch package are one major version behind. Should they be updated? ``` "node-fetch": "2.3.0", // latest: [3.2.0](https://github.com/node-fetch/node-fetch) "whatwg-fetch": "2.0.4" // latest: [3.6.2](https://github.com/github/fetch#readme) ```

in-discussion
Project:Fetch

I was reading into [safe-watcher.ts](https://github.com/meteor/meteor/blob/1c3ae0b2f4360498984112a82c50f0127c78bbcb/tools/fs/safe-watcher.ts) and noticed [vscode-nsfw](https://github.com/microsoft/vscode-nsfw) is archived with latest commit on Sep 27, 2021. Should https://github.com/Axosoft/nsfw be used back? Thanks! ![Screenshot_2022-05-06_13-31-30](https://user-images.githubusercontent.com/6644545/167123474-1f0a3cc0-9819-42cc-a452-b9c1e4033706.png) https://github.com/meteor/meteor/blob/1c3ae0b2f4360498984112a82c50f0127c78bbcb/tools/fs/safe-watcher.ts#L14

Project:Tool
dependencies

Meteor guide doesn't contain a dedicated page on the best practices regarding performance just like it has on [security](https://guide.meteor.com/security.html) . There're few information but it's scattered within each section. So,...

Project:Docs
in-discussion

Hello there, we had this three nested tables within a big table where we provided data for it using datatable, now when we download it, all table headers would be...

Table cells that contains commas are usually ignored if not causing misalignment, so we check if the text string contains a comma to escape it. ``` ((val.textContent.indexOf(',') > -1) ?...

As discussed in https://github.com/VulcanJS/Vulcan/issues/2239, this PR is the first step towards implementing PWA support in Vulcan. Please tell me what do you think and what can be improved. Thanks! cc...

…anoptions **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [What](#what) - [Why](#why) ## What ## Why