-
It appears that in QueryTemplateManager.java lines 149 and 198 and in DOMUtils.java line 204 XML is parsed without disabling external entity references (XXE). This is described in and possible mitiga…
-
We combined "Your Rights" and "About" into the same page in #691. We decided to land it because the existing license wasn't easily visible in the product (and could only be accessed by going to `focus…
-
## Location
* Saigon, Vietnam
## Salary Expectation
* $1,800 - 2,700
## Requirements
* Ruby or Golang
* PostgreSQL
* Experience with building scalable system
* Experience with micro-se…
-
How is having class="mw-50" different from style="max-width: 50%"? Same goes for the majority of classes I looked through in the css file. I cannot think of a difference other than a cosmetic one. I w…
-
I've been looking through the example code to auth & capture a sale on a credit card found here:
[PaymentTransactions/charge-credit-card](https://github.com/AuthorizeNet/sample-code-php/blob/master/…
-
### Summary
While working on #652 we ran into an issue where copy/paste and usages of DataObject do not always agree in how stored objects should be treated (clones vs references). Investigate poss…
-
Hello,
I'm fleshing out some functionality specific to my business and had a need for fields to add the product barcode (UPC, EAN, etc), as well as the product manufacturer's part number. The cust…
-
I have a table:
```sql
create table workers(
id char(8) primary key,
first_name text not null,
last_name text not null,
birth_date date
)
```
I need to download a fil…
-
Discussion thread for [F# Tooling RFC FST-1001: FSharp.Core delivery via nuget packages](https://github.com/fsharp/fslang-design/blob/master/tooling/FST-1001-fsharp-core-package.md). Please contribute…
dsyme updated
6 years ago
-
Router will wrap HTML5 history API (pushState, replaceState, maybe hashchange). Its responsibilites:
- Listen for url changes
- Translate url to route and invoke onenter/onexit handlers, passing throu…