Peter Vandenabeele

Results 9 issues of Peter Vandenabeele

The tutorial on http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-sample-application.html proposes a Amazon S3 template that is available on S3 on https://s3.amazonaws.com/kinesis-demo-bucket/amazon-kinesis-data-visualization-sample/kinesis-data-vis-sample-app.template But that is an older version of the template (v1.1.1) that says ``` "Default"...

The `None` has a capital letter which is invalid. I ran: ``` export AWS_DEFAULT_ACCOUNT=_____________29 export AWS_PROFILE=my-profile export AWS_DEFAULT_REGION=your-region # e.g. eu-west-1 /datajob/examples/data_pipeline_simple$ datajob deploy --config datajob_stack.py cdk command: cdk deploy...

On a Linux box with conda, this could be an explanation on how to get pytest running. ``` /home/peter_v/anaconda3/bin/python -m pip install --upgrade pip # to avoid warnings about spyder...

To reproduce: start the app and make the width of the browser very narrow. See screen shot: http://twitpic.com/9guudn By default, in bootstrap, I see that links in .navbar have float:none....

This tripped me over: the console / GUI offers a Regional Static IP Address by default, but only a Global Static IP Address will work for this ... Hoping to...

This code: ``` import nl.typeset.sonofjson import nl.typeset.sonofjson._ ... val s: String = x.payload.decodeString("UTF-8") log.debug(s) val json = parse(s) log.debug(json.toString) log.debug(json) // JString(bar))) [ERROR] [05/02/2015 12:36:16.375] [UHttpTestSystem-akka.actor.default-dispatcher-6] [akka://UHttpTestSystem/user/$g/$a] JObject(Map(foo -> JString(bar)))...

Is there are risk of "leaking" information to the external LLM that is used (e.g. from OpenAI) ? For that reason (valid or not), I presume large corporations (and small...

I tried the actual usage, but always hit the error: ``` kopylot chat (stacktrace shown) RateLimitError: You exceeded your current quota, please check your plan and billing details. ``` So,...

This PR removes the poetry.toml file that forces the `virtualenvs.in-project = true` setting for poetry. For my local development, I prefer to respect the default setting on my machine, which...