Skip to content
#

freesoftware

Here are 67 public repositories matching this topic...

Arch Linux安装使用教程 每日实时更新! | 包含ArchLinux从安装到日常使用、娱乐、编程、媒体制作的各个方面,让Arch成为你的常用系统吧! | 提供在线网页文档

  • Updated Jun 10, 2022
opensource
tunnckoCore
tunnckoCore commented Feb 9, 2018

Which will behave like that

let settings = await prettyConfig('rollup', { configFiles })

if (!settings) {
  settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)

instead of above we can hide it to look like that

const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })

if (!settings) {
  console.log('no config file
Type: Enhancement good first issue Priority: Medium Status: Available
pacstall
echometerain
echometerain commented Dec 18, 2021

Is your feature request related to a problem? Please describe.
Files stored in /var/log are usually temporary, for pacstall however, it's not. When I was cleaning my system with bleachbit, it automatically deleted /var/log/pacstall/metadata which causes pacstall to not recognize any installed pacstall programs.

Describe the solution you'd like
Move /var/log/pacstall/metadata to

bug enhancement good first issue release notes
Mikolaj
Mikolaj commented Aug 1, 2020

Would be very effective against regenerating foes (then we can add and/or improve foes that are very weak, but regenerate and possibly avoid melee to be safe from big hits that they can't regenerate against). Can be a throwing weapon, because swapping it in and out as a melee weapon worth it only for regenerating foes could be too tiring.

Edit: let's make sure there is proper feedback on hits

WordsMatter

Rédigez depuis l'Application ; partagez grâce à l'API connectée. WordsMatter est un module de gestion de blog 100% autonome, libre et gratuit. Son efficience en fait une alternative écoresponsable aux Systèmes de Gestion de Contenu traditionnels (CMS).

  • Updated Aug 30, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the freesoftware 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 freesoftware topic, visit your repo's landing page and select "manage topics."

Learn more