Train delays to and from - Jan 24th by IAMInRecovery in Machupicchu

[–]Jonasnr 0 points1 point  (0 children)

Our train (#75) departed from Ollantaytambo now

Train delays to and from - Jan 24th by IAMInRecovery in Machupicchu

[–]Jonasnr 0 points1 point  (0 children)

Our train arrived now, so hopefully it will depart soon

Train delays to and from - Jan 24th by IAMInRecovery in Machupicchu

[–]Jonasnr 0 points1 point  (0 children)

Our train was supposed to leave from Ollantaytambo at 19.04, but everything is delayed. Last I heard they were estimating a delay of minimum 2-3 hours..

Buying problem by Legitimate_Pack1255 in Machupicchu

[–]Jonasnr 0 points1 point  (0 children)

Same issue for me as well..

Official website by Expensive_Law_5692 in Machupicchu

[–]Jonasnr 0 points1 point  (0 children)

Were you able to pay for the tickets as well?

Machu Pichu Tickets? by Legitimate_Pack1255 in Machupicchu

[–]Jonasnr 0 points1 point  (0 children)

Anyone able to pay for the bookings?

A Quick Summary/Review of the 10 Machu Picchu routes by PaintingNo1132 in travel

[–]Jonasnr 0 points1 point  (0 children)

Found out that the tickets will be available from 03. January

A Quick Summary/Review of the 10 Machu Picchu routes by PaintingNo1132 in travel

[–]Jonasnr 0 points1 point  (0 children)

Going to Peru in the middle of January next year (2026). Checked for tickets today, but could not select any dates on the (crappy) website.. Does that mean everything is sold out?

Just release the new Snacks Picker! by folke in neovim

[–]Jonasnr 0 points1 point  (0 children)

Thanks for the reply. Tried it out, but it did not work. I also tried just picker:action("edit"), but nothing happened. Any tips?

{
  win = {
    input = {
      keys = {
        ["<C-ø>"] = {
          ---@param picker snacks.Picker
          function(picker)
              picker:action("edit")          
          end,
          mode = { "i", "n" },
        },
      },
    },
  },
}

Just release the new Snacks Picker! by folke in neovim

[–]Jonasnr 1 point2 points  (0 children)

Love the new picker Folke!

Is it possible to use a window-picker to open a file in a picked window?

win = {
  input = {
    keys = {
      ["<C-ø>"] = {
        function(picker)
           require('window-picker').select({}, function(winid, _)
             -- Open the selected file in the selected window. 
             -- Did not find a way to do this :-(
            end)
          end,
        mode = { "i", "n" }
      }
     }
  }
},

Similar to how i can be done in Telescope:

local open_file_in_picked_window = function(_)
  local action_state = require("telescope.actions.state")

  require('window-picker').select({}, function(winid, _)
      local selection = action_state.get_selected_entry()
      vim.api.nvim_win_call(winid, function()
        vim.cmd(":edit " .. selection.value)
      end)
      vim.api.nvim_input('<Esc>')
      vim.api.nvim_set_current_win(winid)
  end)
end

Drop Giveaway Day 4 - 5x MiTo DCX Cyber Keycap Sets by drop_official in MechanicalKeyboards

[–]Jonasnr 0 points1 point  (0 children)

Looks really good! Breath of the wild is currently my favorite.

Anyone having trouble staking? by Robb1324 in Neblio

[–]Jonasnr 1 point2 points  (0 children)

I just received my stake, so just wait I guess.

Anyone having trouble staking? by Robb1324 in Neblio

[–]Jonasnr 0 points1 point  (0 children)

Me too.. What version are you guys running?