Skip to content
#

feature

Here are 288 public repositories matching this topic...

unleash
romanvog
romanvog commented Aug 30, 2021

Is it possible to add a check if unleash variable is indeed a json, and disable the option of saving it unless it is?
For example, created a variable for a toggle and selected type to be a json, but I've inserted a string instead of a json and was able to save and pull the value.

{'name': 'test', 'payload': {'type': 'json', 'value': 'not a json'}, 'weightType': 'variable', 'enabled': True}

自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment, data enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用

  • Updated Sep 23, 2021
  • Python
fepitre
fepitre commented Mar 4, 2022

We lack license field in a huge amount of files. We need to have a script that would add and update the license entry yearly based on git authors.

T: enhancement help wanted C: other good first issue
GrgDev
GrgDev commented May 3, 2019

I am currently writing some custom strategies that are simply gradual rollout strategies similar to the built in one for user IDs but these are keyed off of different data specific to my use case. I want to make sure that my gradual rollout strategy uses the same normalization, rounding, etc. that the built in gradual rollout strategies use.

However, that logic is defined inside of `internal/st

goncalossilva
goncalossilva commented Jan 24, 2022

Token permissions are currently encoded into the token itself. The token is only displayed once (when creating), and any subsequent requests only show its description. We should sync token permissions with another row, and provide that information when retrieving token metadata.

enhancement good first issue server dashboard

Improve this page

Add a description, image, and links to the feature topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the feature topic, visit your repo's landing page and select "manage topics."

Learn more