-
Currently SSL is turned off for pgui postgres connections
The logic that controls this setting is in src/lib/db.js
The following conditional block sets ssl requirement off. When this is not present o…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
### Proposal: Refactor `var` Declarations to `let` and `const`
I would like to propose a refactor of the code to replace `var` declarations with `let` and `const` where appropriate. This change aim…
-
I'm using **gijgo** from _npm_
importing this way, after jquery imports:
```
import 'modules/gijgo/js/gijgo.min';
import 'modules/gijgo/js/messages/messages.pt-br.min';
import 'modules/gijgo/c…
-
e.g. [Microsoft API Guidelines](https://github.com/microsoft/api-guidelines/)
-
Could parameter validation checks be added somewhere in your best practices?
Some background of the area from my own experience.
In the area of safety critical software, ie automotive, aviation,…
-
As angularjs is a client-based application, is it safe to save refresh_token locally?
In this project, the access_token and refresh_token are saved in the localStorage.
-
# 20210214 Github 前端趋势榜
Github 前端开发日报栏目数据来自[Github热榜](http://news.caibaojian.com.cn/)(我开发的爬虫),每日分享HTML、CSS、JavaScript、Vue等开源项目,为开发者提供动力,点击Star按钮来关注这个项目,点击Watch来收听每日的更新[Github主页](https://github.com/kuj…
-
This is a split out of #271 since we realized in today's breakout that it needs more discussion.
Here's the relevant part from the [Guidelines for creating web platform compatible components](https…
-
Hi @neerajrathore
I wish to Create a comprehensive guide to currying in JavaScript can be very beneficial for understanding functional programming concepts.
Proposed Structure
1. ****Introductio…