-
For the "eventDateUnixEpoch" attribute the understanding is that the following hold true:
10 digit values are the number of seconds since 1970-01-01
13 digit values are the number of milliseconds si…
-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
SELECT 33, bq.id, 'Legal'
FROM (
SELECT
`u`.`id`, `u`.`layout`,
`u`.`id` AS face_id,
CASE
WHEN layout = 'double-faced' OR layout = 'fli…
-
This is just an idea I had for my own Bible app that I didn't get around to implementing. I thought I may as well share the JSON for it. I bet it would be easily adjusted to fit in with browserbible-3…
ghost updated
7 years ago
-
The Handbook currently uses both single and double quotes, sometimes even in the same example:
```
var name: string = "bob";
name = 'smith';
```
Settling on just one style would look better.
-
It was mentioned over [on a related repos issue list](https://github.com/danielmiessler/SecLists/issues/34) that [twitter's signup page](https://www.twitter.com/signup) will prevent cretain passwords …
-
I seem to get this error alot? Does it have something to do with how I am tabbing my haml.
Sample haml
```
.container-fluid.hero.team-banner
%i.icon-cheer
%h1 Fan a Team
%span Choose one or mo…