-
E.g.
``` C#
A.SequenceOfCalls(
A.CallTo(() => fake.Bar(2)).MustHaveHappened(),
A.CallTo(() => fake.Bar(1)).MustHaveHappened());
```
...with, perhaps, a better method name.
@blairconrad has …
-
-
ExtraInfo is made available through two generic methods, `Type? get(Key key)` and `void putVoid(Key key, Type item)`. Both of these methods perform type checks using a type parameter (e.g. `assert (is…
-
The screensaver continues playing the file which keeps the screen from entering power saving mode. Using v17 RC3 with https://github.com/enen92/screensaver.atv4/commit/2687e37c7751f1bbb6b29c03de37077…
-
```
it would be nice to calculate the mod of a number.
where if i type 8 % 3 or 8 mod 3 it would answer 2.
What version of the product are you using? On what operating system?
0.7 snapshot 060204.
…
-
This is to continue the UX portion of the "hero" conversation.
Rather than limiting the conversation to just discussing heros, the conversation has pivoted to discussing creating design patterns for…
kurzn updated
8 years ago
-
Can we use this thread to collect "what you need to know to run a NodeSchool" so that we can link to this on the main website and encourage more people to run local events.
Listening to this podcast …
-
Per the design session today, we want to explore having parent-child browse pages, which would allow us to create more specialized views and filters for more specific types of, say, filings or committ…
-
`REFACTOR` is mentioned in the text, but is not in the list of types. Guess it should be added.
Thanks a lot. Great and comprehensible guide!
-
I am going to use this function, but I try to import the function, it gives the import error. I can import griddata and RectBivariateSpline properly, but not RegularGridInterpolator and interpn. Many …