Aras Can Akin
Aras Can Akin
For instance, I have a less plugin that compiles into css when the server starts. However, to recompile .less file after a small change, I need to restart web server....
Currently, testify is largely adopted in the project. However, setup and teardown is easier if subtests are used like [here](https://blog.golang.org/subtests) Moving to subtests will cause a removal of 3rd party...
The builder api should be able to build query templates, which means queries without bindings. This should be done like a `Query()` function call, namely `Template()`. Then engine functions should...
This should be done but I'm not using windows in my qb dev environment. An initial support is required. Not too much. (I mean custom data types, mssql specific types,...
I have a wrapper around captcha component. The captcha component is imported in custom module namely `UiModule`. When I run unit tests, I have the following error; ``` Uncaught Error:...
command line utilities should be remotely callable by other command line utilities
I need to partially fill progress background using a PartialDrawable class. However, `setProgressDrawable` is not available in discrete seek bar. Can you help me how to partially draw the background...
Hello, I want to be able to write batch logs (50 items) atomically. Currently, I'm posting logs in foreach loop in batch requests. However, if td agent stops unexpectedly, I...