-
Updated
Jun 19, 2021 - TypeScript
oracle
Here are 2,223 public repositories matching this topic...
-
The issue and what you expected to happen
In the Markdown editor using a shortcut like 'Ctrl-Alt-1' or clicking the "Bold" button does nothing but should add the respective Markdown syntax. -
Exact steps to reproduce this issue
See 1) -
Your environment:
Directus rc.76, reprodiced in clean local install
Postgres
Latest Firefox (Chrome also affected) -
Console: Err
-
Updated
Jun 14, 2021 - Java
-
Updated
Jun 18, 2021 - Java
-
Updated
Jun 18, 2021 - Shell
-
Updated
Jun 18, 2021 - Java
-
Updated
May 28, 2021 - Shell
-
Updated
Jun 18, 2021 - Java
支持符号调试
-
Updated
Jun 18, 2021 - Go
Environment
macOS Big-sur
Liquibase Version:
4.4.0
Liquibase Integration & Version:
CLI
Operating System Type & Version:
macOS big sur
Description
After i had installed liquibase 4.4.0 from official site
-
Updated
May 28, 2021 - Python
-
Updated
Jun 17, 2021 - C#
model
[Table(Schema="Member", Name="Table")]
public partial class Table
{
[PrimaryKey, NotNull ] public int Id { get; set; } // integer
[Column, Nullable] public DateTime? Date { get; set; } // date
[Column, Nullable] public TimeSpan? Time { get; set; } // time without time zone
}error test
var query = (from x in db.Table
Description
Add a contract similar to Aave's AddressProvider or Uniswap's getPair() functionality.
Motivation
On-chain lookups of price oracles given the asset addresses.
Justification
String manipulation is difficult and expensive in Solidity, and you usually work with the token address, not its string name.
-
Updated
Apr 8, 2020 - C++
-
Updated
Jun 19, 2021 - C#
-
Updated
Jun 4, 2021 - C#
-
Updated
Jun 15, 2021 - C++
-
Updated
Jun 17, 2021 - Java
-
Updated
Nov 17, 2020 - C#
-
Updated
Dec 25, 2019 - Python
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
Improve this page
Add a description, image, and links to the oracle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oracle topic, visit your repo's landing page and select "manage topics."



Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the