-
## Brief outline of the enhancement
It seems that some common accented letters aren't covered, in particular `ī`. Indeed
```
\=i
```
produces a macron over a dotted i. OT1 and T1 encoding shoul…
-
# 現状
各モジュールのbuild.gradleで個別にビルドロジックを定義しているが、共通化したい
# 提案
libraryモジュールのビルドロジックをComposite buildで共通化する
(恩恵の小さいapplicationモジュールはとりあえず対象外)
#3 と同じ課題にする or テンプレートで最初から導入しておく
参考
https://github.com…
-
**Describe the bug**
When a workflow uses a composite action, the post steps of actions within the Composite have their inputs evaluated with the Steps context.
However when the same Composite…
-
I added a pre-commit config pretty early in June to get some basic static code quality management in place. At the moment using pre-commit is optional (opt-in) for developers and I noticed that quite …
-
### What happened?
In a composition, I am creating a Helm Release using the Helm provider.
There is only one resource that needs to be created (the Release object) so I am not specifying any m…
-
> Another suggestion for skid improvements is to create a composite action like we have for our [firebase website](https://github.com/agrc/firebase-website-deploy-composite-action) releases that you c…
-
With proof composition, there is the concept of a "conditional receipt". A conditional receipt is a receipt that is valid only if any assumptions made by the guest during execution can be proven by ot…
-
My latest preset, the Low Power TV preset needed some workarounds, using the edge wave to pretend that the composite noise affected how the image is represented. I turned off the edge wave to demonstr…
-
I have a straightforward data structure to represent the value of a currency.
```scala
case class CurrencyValue(value : Double, currency : CurrencyType)
enum CurrencyType:
case EUR
case GD…
-
How to make model for Composite Types?
Ref: https://www.postgresql.org/docs/9.6/rowtypes.html