Skip to content
#

Perl

perl logo

Perl runs on over 100 platforms ranging from portables to mainframes. It can be used for almost all facets of programming, from rapid prototyping and large-scale development projects.

Here are 3,122 public repositories matching this topic...

MrKris99
MrKris99 commented Sep 5, 2019

What are the steps to reproduce this issue?

  1. create tweak and preferences bundle (bin/nic.pl)
  2. run make package install
  3. go to settings

What happens?
There is no preferences for new tweak. This is because Preference Loader not installed. It should be described in wiki.

What were you expecting to happen?
There is information about Preference Loader requirement in wiki.

If yo

DrHyde
DrHyde commented Jan 10, 2020
  • Mojolicious version: 8.29
  • Perl version: 5.26.1
  • Operating system: High Sierra

When testing a JSON value like { "fruit": "lemon" } with ...->json_is('/animal', 'bat') we correctly get a failure, but the diagnostic message complains that undef doesn't equal 'bat' which isn't quite right. The value isn't even undef, it doesn't exist. Same applies to json_like.

sealmove
sealmove commented Mar 11, 2020

Kaitai Struct uses a specific JSON schema for test output.
I want to target it directly from my target language (Nim) but it is not documented anywhere.

After some experimenting I found out the following keys are supported:

  • status
  • elapsed
  • is_kst

Questions:

  1. Are there other keys supported?
  2. What exactly does the key elapsed mean?
  3. What are all the possible values for th
voldenet
voldenet commented Apr 25, 2020

Feature description

Very apparent when nicklist is horizontal: /set weechat.bar.nicklist.position top

When there's many people on one channel, the longest nick slot is used to properly space names in the nicklist . In normal case it works well:

@me  b   d   f   h   j   l   n   p   r   t   v   x   z
 a   c   e   g   i   k   m   o   q   s   u   w   y
-------------------------------
grinapo
grinapo commented Nov 8, 2018

I am trying to play with async(d) [without yet resorting to reading the source], and noticed huge gaps in documentation. (I suggest stuff here, because I am not even sure (yet) what is the full feature set, but if you say it's impossible for you to find time for documentation in te foreseeable future I will read the source and reverse engineer it and document it. Mention it.)

The document

headius
headius commented Aug 18, 2019

When a compiled script is run from $PATH it appears to be unable to locate its own file path.

An example with the JRuby bash launcher:

[] ~/projects/jruby $ bin/jruby.bash -e 'puts ENV_JAVA["jruby.home"]'
/Users/headius/projects/jruby

[] ~/projects/jruby $ jruby.bash -e 'puts ENV_JAVA["jruby.home"]'
/Users/headius/projects/jruby

[] ~/projects/jruby $ shc -f bin/jruby.bash -o bin
mikaku
mikaku commented May 15, 2019

The @abqcheeks user opened a recent chat on freenode saying that the read/write values in the Operation/Bandwidth graphs in zfs.pm rarely if ever change. He explained that this is because the output from ztool iostat is the average operations per second since the system booted. This happens either in *BSD and Linux systems.

# zpool iostat -Hp <mypool>
<mypool>	12232325972992	769632228
convos
poVoq
poVoq commented Nov 17, 2019

Referencing:
Nordaaker/convos#89 (comment)

Using build in OAuth2 provider functionality of self-hosted services such as Nextcloud or Gitea there could be a really easy registration and login functionality similar to the often found "log in with Github" etc. buttons.

See for example: https://docs.nextcloud.com/server/17/admin_manual/configuration_server

Created by Larry Wall

Released December 18, 1987

Repository
Perl/perl5
Website
www.perl.org
Wikipedia
Wikipedia

Related Topics

language perl6
You can’t perform that action at this time.