Emmanuel Turlay

Results 13 issues of Emmanuel Turlay

The official documentation is not clear as to how to get task priorities to work with a redis backend. I have tried the following and it does not work: ```python...

Component: Redis Results Backend
Status: Needs Verification ✘
Category: Documentation

Hi folks, thank you so much for the amazing work :) I have currently set up a toolchain to run my build with a specific Python version (3.9.10) in a...

type: feature request

Right now developers need to decorate API endpoints with `@authenticate` to make sure an endpoint cannot be accessed without a valid API key in the headers. This is ok, but...

enhancement
tech debt

`ResourceRequirements` let users specify function-specific resource requirements. For example, a function can specify that it needs a particular type of Kubernetes node (e.g. GPU, high-mem). At this time, these are...

enhancement
wip

When I do this ```python @sematic.func def foo() -> T: ... @sematic.func def bar() -> U: foo() ... ``` I expect `foo` to be resolved as part of graph. Currently...

enhancement

The `@sematic.func` decorator accepts an `inline` argument whose default value is `True`. An inline Sematic Function will run in the same process as its driver job. It only applies to...

enhancement
good first issue
ui
observability
db

Upon database migrations and other rake tasks, I would get this error out of `paperclip.rb`: ``` uninitialized constant Rich::RichFile ``` Referencing the class with its module seems to fix the...

Check To Merge

Full artifact serializations can be stored on the user's machine or in a cloud storage location (e.g. S3). It would be practical to store this information in the `artifacts` table.

enhancement
db

The `` component around artifacts of type `Image` do not work properly. They render a small button next to the image instead of making the image clickable. It was removed...

bug
good first issue
ui