-
Heyo. Trying to get to the `git shortlog -s -n` command, but it never returns when I try to use the library with `Git.shortlog! repo, ["-s", "-n"]`. Any ideas?
-
I have an umbrella project which contains a subproject that uses `Mock` and `Agent` to mock out `File` functions. The same code works fine in a project that is not part of an umbrella project.
But …
-
Example code:
```
defmodule SomeModule do
def execute(a), do: a
end
defmodule SomethingOther do
import Mockery.Macro
def new(params), do: mockable(SomeModule).execute(params)
end
…
-
Sample project here: https://github.com/bawolf/firebasex/
This app is a small state machine that grabs public keys from a google endpoint that are released ~once a day and compares them to tokens com…
-
I currently have Elixir v1.9 installed and as I go through the [first project](https://github.com/dwyl/learn-elixir#generating-your-first-elixir-project), I'm catching a few things that have been upda…
-
「外観」「カスタマイズ」の「Lightningヘッダー上部」の要素をPolylangプラグインを使った英語ページでも使えるようにしたい。特に、お問い合わせのボタンを英語ページの時は英語で表記されるようにしたい。
また、ExUnitの「お問い合わせ情報」も、英語ページとしても登録できるようにして、スマホでも「VK お問い合わせ情報」ウィジェットを使って英語で表示されるようにしたい。
-
Imagine a thin HTTP client. We need to mock it in our tests which is pretty easy and straightforward with Mox. We can mock successful response in one and unsuccessful in another. That's great and one …
-
Here's a test that reproduces it:
```elixir
defmodule EmptyProducer do
use GenStage
@behaviour Broadway.Producer
@impl true
def init(_args) do
{:producer, []}
end
@impl …
-
HI Team,
i am facing an issue while installing ejabberd on Windows OS(Windows 2012 R2, Windows 2008 R2,Windows 2016 )
Except on Windows 2008 setup runs smoothly and no error is displayed on scr…
-
Hello 👋
I updated the library to `0.2.1` and used the `ApiBlueprintWriter` and everything went smoothly. I have the API documentation generated and it's working well with aglio.
I just wanted t…
cilim updated
5 years ago