Bojan Vukasovic

Results 20 issues of Bojan Vukasovic

Is there any equivalent to `ifconfig eth0 down` command? I guess this could be some toxic simulating cable unplugging - with additional timeout to return the interface back? Not sure...

# 🐛 Bug Report I'm rendering component, component is animated on attach (btw animation only works in firefox and not in chrome - I guess because of this custom element...

Bug
Topic: compose

Got the problem during compilation. Is it possible to add this flag `--enable-preview` somehow to `spring-aot-maven-plugin:0.11.1:generate` phase? ``` java.lang.IllegalStateException: Failed to introspect Class [MediaPlaylistController] from ClassLoader [jdk.internal.loader.ClassLoaders$AppClassLoader@6f94fa3e] at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:481) at...

type: enhancement

I'm submitting a bug report * **Library Version:** 0.31.3 **Please tell us about your environment:** * **Operating System:** Windows 7 * **Node Version:** 6.11.4 * **NPM Version:** 3.10.10 * **Aurelia...

I have `Chart.yaml` as: dependencies: - name: mysql version: "5.0.9" repository: "https://charts.bitnami.com/bitnami" alias: a - name: mysql version: "5.0.9" repository: "https://charts.bitnami.com/bitnami" alias: b and `values.yaml` as mysql: somename: Overriden somename2:...

question/support
Stale

When I use `th:attr="__${event.attribs}__"`, attributes are rendered in random order and not in order presented in event.attribs String. E.g. in string I have `data-sport='Tennis',data-association='ATP',data-country='France',data-gender='Men',data-tennis-match-type='Singles',data-tournament='French Open'` and output is `data-gender="Men" data-association="ATP"...

tracker:feature
status:underevaluation
backlog:thymeleaf21

I'm using the latest version of Helix, and I tried searching through the docs to see what should be done in case of a `DROPPED` state, but cannot really find...

bug

This is related to dynamic queues and their registration in runtime. So far, if queue is declared as a @Bean it will be detected by RabbitAdmin and declared in case...

status: waiting-for-reporter
status: waiting-for-triage

I'm using setup from getting-started webpack page: const path = require('path'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const MiniCssExtractPlugin = require("mini-css-extract-plugin"); module.exports = { mode: 'development', entry: './src/index.js', devtool: 'inline-source-map', devServer: {...

I'm using azure auth provider. When using kubectl, everything works as expected - I'm logged in via login.microsoftonline.com page and token is stored in .kubeconfig. When there is a need...