This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const handleRequestSuccess = assign({ | |
results: (_ctx, event) => event.results | |
}); | |
const handleHistoryPopState = assign({ | |
results: (_ctx, event) => event.results | |
}); | |
const searchStateMachine = Machine({ | |
id: 'search', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const handleRequestSuccess = assign({ | |
results: (_ctx, event) => event.results | |
}); | |
const handleHistoryPopState = assign({ | |
results: (_ctx, event) => event.results | |
}); | |
const searchStateMachine = Machine({ | |
id: 'search', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const handleRequestSuccess = assign({ | |
results: (_ctx, event) => event.results | |
}); | |
const handleHistoryPopState = assign({ | |
results: (_ctx, event) => event.results | |
}); | |
const searchFSM = Machine({ | |
id: 'search', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed* | |
report anomaly -> Opened | |
Opened | |
close -> Closed | |
Ilmoita muu tilanne* | |
Initial* | |
Asiakkaalle on vastattu toisessa keskustelussa -> Button | |
Tilaisuus on jo raportoitu toisessa keskustelussa -> Button |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ilmoita muu tilanne | |
Start* | |
option1 -> Saving | |
option2 -> Saving | |
option3 -> Saving | |
option4 -> Muu tilanne | |
Saving | |
success -> Success | |
failure -> Failed | |
Failed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- checkout | |
- run: ssh [email protected] git-lfs-authenticate venuu/venuu.git download | |
- run: | |
name: Pull LFS files | |
command: |- | |
git lfs install | |
git lfs pull | |
- run: | |
name: Fix LFS files committed as regular binary files |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# MIT License | |
# | |
# Copyright (c) 2017 Vesa Laakso | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
module AutoTranslate | |
module Callbacks | |
class AfterCommit | |
attr_reader :original_attribute_name, :translated_attribute_name | |
def initialize(original_attribute_name, translated_attribute_name) | |
@original_attribute_name = original_attribute_name | |
@translated_attribute_name = translated_attribute_name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stdio D file_stdio.c:109 file_stdio_fopen [ 0.00000] opening /Users/vesa/code/muut/allegro5/build/./demos/speed/speed.app/Contents/MacOS/allegro5.cfg r | |
MacOSX D system.m:134 osx_sys_init [ 0.00000] system driver initialised. | |
system I system.c:257 al_install_system [ 0.00000] Allegro version: 5.2.2 | |
MacOSX D osxgl.m:1524 create_display_win [ 0.00029] Creating window sized 640x480 | |
MacOSX I system.m:365 osx_get_num_video_adapters [ 0.00031] Detected 1 displays | |
MacOSX D osxgl.m:741 osx_set_opengl_pixelformat_attributes [ 0.00034] Using default colour depth 32 | |
MacOSX D osxgl.m:788 osx_set_opengl_pixelformat_attributes [ 0.00035] Passing pixel format attribute ALLEGRO_SAMPLE_BUFFERS = 1 | |
MacOSX D osxgl.m:788 osx_set_opengl_pixelformat_attributes [ 0.00035] Passing pixel format attribute ALLEGRO_SAMPLES = 4 | |
MacOSX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default 22:37:22.199734 +0300 kernel [speed pid:1797 mux-aware] starting, non-mux-aware app count 0, switch-state 0 IG FBs 0 EG FBs 1:f power-state 0 3D busy HDA idle | |
default 22:37:22.199812 +0300 kernel [speed pid:1797 non-mux-aware] starting, non-mux-aware app count 1, switch-state 0 IG FBs 0 EG FBs 1:f power-state 0 3D busy HDA idle | |
default 22:37:22.287670 +0300 kernel NVDA(Graphics): Channel exception! Exception type = 0x45 Graphics Engine Error (GR Class Error) | |
default 22:37:22.287680 +0300 kernel NVDA(Graphics): Channel exception! Exception type = 0x45 Graphics Engine Error (GR Class Error) | |
default 22:37:22.287681 +0300 kernel NVDA: Channel Info: [19, 0x13, 0x12, 0x16e] | |
default 22:37:22.287682 +0300 kernel Channel Info: [19, 0x13, 0x12, 0x16e] | |
default 22:37:22.287684 +0300 kernel NVDA: Version Info: [com.apple.GeForce, 10.1.7, 0x7d780b0a, 18894120, 355.10.05.45f01, 1] | |
default 22:37:22.287685 +0300 kernel Version Info: [com.apple.GeForce, 10.1.7, 0x7d780b0a, 18894120, 355.10.05.45f01, 1] | |
default |