Ana Hobden

Results 70 issues of Ana Hobden

While speaking with @anupdhml (from our friends at @tremor-rs) @lukesteensen and I discussed publishing the `lib/file-source` crate to crates.io so that we could share the functionality with the https://github.com/tremor-rs/tremor-runtime project....

source: file
type: feature

Starting a Vector (0.10 or master) with the following config works fine normally: ```toml [sources.foo] type = "docker" # required [sinks.my_sink_id] type = "console" # required inputs = ["foo"] #...

type: bug
platform: docker
source: docker_logs

Heads up! A recent change introduced a new `libclang` build time dependency. I had to add `libclang` after updating Vector from 0.6.1 to the master. In 0.6.1 I did not...

Add a chapter about Serde

Needs Language: Spanish
Needs Language: German
Chapter
PR Pending: English

It exists in en-US but not others.

Language: English
Needs Language: Spanish
Needs Language: German
Bug

Currently it is just a `TODO`.

Needs Language: English
Needs Language: Spanish
Needs Language: German

> a collection of features to keep an eye out for (as an end to the third day) could call it 'outlook' or something things like specialisation and impl trait

Language: English
Needs Language: Spanish
Needs Language: German
Chapter

I've been exploring wit-bindgen lately and was trying to use resources. Given some `demo.wit`: ```wit resource doggo { static new: function(name: string) -> doggo bark: function() -> string } ```...

resources

Hi! In https://github.com/microsoft/WSL-DistroLauncher#building-project-visual-studio the step states: > You can also easily build and deploy the distro launcher from Visual Studio. To sideload your appx on your machine for testing, all...

Hi! Using fresh, never opened VS2019 Community Edition installed within the last week. Following step 1.ii and 1.iii here: https://github.com/microsoft/WSL-DistroLauncher#getting-started When you open the `MyDistro.appxmanifest` it is unclear where the...