-
Hi
Given the following code:
```
public static class ForEachExtensions
{
public static void ForEach(this IEnumerable enumerable, Action action)
{
Guard.That(() => enumerable).IsNotNul…
-
**Do you want to request a _feature_ or report a _bug_?**
Feature.
**What is the current behavior?**
If I want to apply some transformations to a `Resource` instance, I could encounter some nasty sur…
-
## Error in KakaoWork
**System.ArgumentNullException** in **System.Linq.Enumerable.Select(IEnumerable source, Func selector):0**
값은 null일 수 없습니다.
매개 변수 이름: source
[View on Bugs…
-
https://medium.com/@vincedevendra/transforming-hashes-which-way-is-best-8f2122577984#.axqpinbeb
-
I know that ToList() creates a shallow clone of the source, but is this guaranteed to be true for all versions of .NET? Sometimes I want to create a shallow clone of List<T> and I want to be cer…
-
Access is a Behaviour, so this library needs to be updated to support it. Try,
```
@behaviour Access
def get(tree, key) do
RedBlackTree.get(tree, key)
end
def get_and_update(tree, key, fun) …
-
When I write `DanbooruDownloader dump MyDataset` I see it:
```
2020-08-25 21:19:31.9651|INFO|DanbooruDownloader.Commands.DumpCommand|Downloading metadata ... (1 ~ )
2020-08-25 21:19:33.3554|INFO|Da…
-
ArgumentException: Incorrect length
System.Reflection.MonoMethod.MakeGenericMethod (System.Type[] methodInstantiation) (at :0)
ILRuntime.Runtime.Generated.System_Linq_Enumerable_Binding.Register (IL…
-
### Description
On Linux, `IPInterfaceProperties.DnsAddresses` throws `PlatformNotSupportedException` if /etc/resolv.conf is missing. This is incorrect. Per the [man page](https://man7.org/linux/man-…
Emdot updated
2 weeks ago
-
**Describe the bug**
The code below fails to compile (after a mix clean). Error:
```
Step `:my_failing_step` depends on the result of a step named `:boo` which cannot be found
```
The execution …