Oleksandr Hulyi

Results 9 issues of Oleksandr Hulyi

[Aspect(typeof(Logger < LogToFileProvider>))]

enhancement

My openwrt is configured to use desec as dyndns like this: ![image](https://user-images.githubusercontent.com/4095184/91655817-fd6c4c00-eab3-11ea-8227-5049d8cb16e1.png) So there are two processes that update ipv4 and ipv6 separately making requests: ``` https://update.dedyn.io/?username=&password=&hostname=myhost&myipv4=127.0.0.1 https://update.dedyn.io/?username=&password=&hostname=myhost&myipv6=::1 ``` And...

enhancement
help wanted
api

Hi /all contributors! First, I'd like to thank you for your hard work. I'd like to ask your suggestion regarding the following case: I have code that adds (for simplicity)...

So users can define their import kinds. I need lambda in particular

```c# class Data { public string Text { get; set; } } class Program { static void Main(string[] args) { var data = new Data { Text = "text" };...

It would be nice to have zoom control ingame or menu option to set zoom a little bit in. Everything is way too small to play comfortably. Thank you so...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `nuget` dependencies of...

The introspection of the query should be done on Term step. So we need a basic visitor for terms.

enhancement