Ismo Puustinen

Results 10 issues of Ismo Puustinen

Hi, When I compile a modal application with optimizations on (such as is done by default with cabal), the command line parsing doesn't work as expected. Here's a small example...

#### Current State For the interactive demo at https://docs.meshery.io/service-meshes/adapters/istio, clicking on the curl command for meshery installation leads to a 404 error message: ``` controlplane $ curl -L https://git.io/meshery |...

area/docs
language/markdown
framework/jekyll
issue/remind

It seems that my viennacl build broke with boost version update 1.63 -> 1.64: ``` In file included from /usr/include/boost/numeric/ublas/vector.hpp:21:0, from /usr/include/boost/numeric/ublas/matrix.hpp:18, from /usr/include/boost/numeric/ublas/triangular.hpp:16, from /build/viennacl-dev-release-1.7.1/examples/tutorial/iterative-ublas.cpp:41: /usr/include/boost/numeric/ublas/storage.hpp: In member function...

**Describe the bug** A clear and concise description of what the bug is. Building Docker image of the `mutilate` example fails. **To Reproduce** ``` $ cd examples/workloads/mutilate $ docker build...

bug

There are two proposed clarifications to the OCI spec here: https://github.com/opencontainers/runtime-spec/pull/1196 The first item specifies that the L3CacheSchema line filtering needs to happen only when both MemBw and L3Cache schemas...

OCI Linux config spec specifies that if ClosId is set, the assigned values must match to the current values (if the closid resctrl sub-directory was pre-existing). Previously there was a...

One article is 404 (with a security warning) and another leads to a general resources front page.

First change: make it explicit when `l3CacheSchema` should have lines with `MB:` prefix filtered out. Previously it was unclear if this should be done always or only if `memBwSchema` did...

## Feature Request Add performance monitoring support to Talos. ### Description It would be great to have a performance monitoring tool (such as `perf`, see https://www.brendangregg.com/perf.html) baked into Talos. Right...

Stale

Right now the entrypoint strings are '#'-delimited (Wasm file and method): https://github.com/containerd/runwasi/pull/102. In https://github.com/containerd/runwasi/pull/219 there was some discussion about specifying this particular entrypoint string format and semantics well, so it...

question