Adam Comella
Adam Comella
I tried using a custom renderer for Person records in the [example](https://github.com/noprompt/ankha/blob/547c936861265bf121ed41d16862a505b9db4c30/examples/a/src/example.cljs) included with ankha. I added the following code into the example (adapted from the [readme](https://github.com/noprompt/ankha/tree/547c936861265bf121ed41d16862a505b9db4c30#extending-the-inspector)): ``` clojurescript (extend-protocol...
Some HTML-based app environments (e.g. Windows Web Apps) do not support cross-domain script inclusion but they do support cross-domain XHRs. This change builds support into LightTable to be able to...
`-ms-lang`'s parameter can be a comma separated list (e.g. `-ms-lang(am, ti)`). The parser fails to parse this rule: ``` css .my-page:-ms-lang(am, ti) { font-family: "Ebrima"; } ``` But it can...
The problem hint indicates the trick is defining the hypotheses and data carefully: > Hint: The trick to this question is to define the hypotheses and the data carefully. The...
As reported in #325, there's a mistake in the predicate that splits the data into the training and validation sets. Jeremy commented that it won't be fixed in this edition:...
## Problem The book's histogram of ProductSizes in the "Partial Dependence" section has a mislabeled y-axis. Consequently, the histogram communicates the wrong counts for some of the ProductSizes. Here are...
In the first array demo example (interacting with a text-based select control), there's an ordering requirement which doesn't seem to be clearly expressed. Key presses are being sent to 2...
While reading the code, I noticed that `shouldContinue` is initialized to `false` and never gets set to `true`. I didn't do any verification beyond code inspection. https://github.com/jordwalke/flex/blob/fd0257ec12617f5d8c12752ce0ec690f15d249fb/src/lib/Layout.re#L1438-L1458
Some HTML-based app environments (e.g. Windows Web Apps) do not support cross-domain script inclusion but they do support cross-domain XHRs. This change adds a connection type ("HTML App (XHR)") for...
I'd like to use one of the cursors in a project (for example [pointinghand.svg](https://github.com/sawyerh/cursor.in/blob/e2f5dad285c0658a22694ca65e5dae156aea0557/assets/pointinghand.svg)). Before I do that, I wanted to find out what license these cursors are using.