Skip to content
#

Library

A library is a collection of preprogrammed templates that implement a behavior when invoked. Libraries are well-defined and are designed for reuse throughout implementation. For example, a website may have multiple webpages that implement the same navigation bar or text-field, but none of these objects have relation to one another.

Here are 17,244 public repositories matching this topic...

bvaughn
bvaughn commented Jul 1, 2021

#21641 adds the ability for DevTools to display hook "names". The way this works is:

  1. Run the component function to detect where all the hook calls are made (by inspecting the call stack).
  2. Load source files.
  3. Look for source maps and load them (if they exist).
  4. Parse source maps.
  5. Convert line/column number in compiled code to original source code.
  6. Parse original source code
curl

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features

  • Updated Jul 3, 2021
  • C
ymh199478
ymh199478 commented Jun 16, 2021

背景和动机

我们不希望将一些敏感的内容提交到 git 仓库中,所以这些敏感内容我们会和提交到 git 仓库的配置文件分离。

我们将这些机密内容放在 dotenv运行时加载到环境变量 或是 直接存于环境变量 中。

除此之外,配置可能因为程序运行环境发生改变,而需要动态的进行配置。

所以我们希望 kratos 能够在配置文件中动态的识别环境变量占位符,并使用环境变量值替换配置的内容。

提议的方案

修订1:提议方案需根据 @tonybase 描述建议修正

提案在配置文件中,通过占位符来替换环境变量中的功能:

提案建议的占位符风格有如下几种:

  • `%(VARIABLE_
cosmos
bloc
vinayluzrao
vinayluzrao commented Feb 26, 2021

Is your feature request related to a problem? Please describe.
Navigator 2.0 and Router have been released and are now the recommended approach:

Currently, there is no recipe for this, there are only recipes for a Navigator-less approach and for the old 1.0 imperative approach:

https://bloclibrary.dev/#/recipesflutternavigation

Describe the solution you'd like
Document a recipe

Wikipedia
Wikipedia