-
### Checklist
- [x] I'm running the latest version of CustomUI ([Update guide](https://github.com/andrey-git/home-assistant-custom-ui/blob/master/docs/installing.md#updating)) or using a specific [re…
-
(I am not 100% sure how much of this is related to ES and how much to kibana)
My main painful point of using kibana scripted fields is that of error handling. I forgot to check for field presence, …
-
-
With the CodeQL CLI, the handling of `toString()` methods in QL changes. The default compilation mode in Odasa was that entity classes that don't declare a `toString()` inherit the default implicit `n…
-
Is there a way to constrain `term()` to a more precise type via guards? I would expect this to work. If not, would love to contribute.
```erlang
-module(test).
-export([int/1]).
-spec int(term…
-
I always have to pause figuring out the logic of guard clauses with `unless`. For example: Should `config` be a document or not:
```ruby
def do_thing(config)
return unless config.document?
…
-
I try to build the image using the latest OCAML version to match the latest unison installed from homebrew. However, I'm stuck in compiling the ocaml steps when running the docker build, both in my lo…
-
**Reported by perost on 9 Apr 2014 13:19 UTC**
Consider the following model:
```
model T1
Real x;
end T1;
model T2
Real x = 0.0;
Real y = 0.0;
end T2;
model A
replaceable T1 t;
end A;
model…
-
I am not sure if this is a bug or a feature request. As soon as I started using this plugin I am finding immediately many cases like this:
```
function calculateYear(selectedDates) {
if (
…
-
Hello
I maintain a project ([PHP Integrator](https://gitlab.com/php-integrator/core)) that also performs a fair amount of static analysis for purposes such as autocompletion, refactoring and other …